aboutsummaryrefslogtreecommitdiffstats
path: root/libs/android-transcoder/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'libs/android-transcoder/CHANGELOG.md')
-rw-r--r--libs/android-transcoder/CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/android-transcoder/CHANGELOG.md b/libs/android-transcoder/CHANGELOG.md
new file mode 100644
index 000000000..a79483bd0
--- /dev/null
+++ b/libs/android-transcoder/CHANGELOG.md
@@ -0,0 +1,17 @@
+## 0.3.0
+- Fix cancel() sometimes not working. (Thanks @strayerM and @PinkFloyded)
+- Geolocation support on API>=19. (Thanks @hkurokawa)
+
+## 0.2.0
+- Experimental audio transcoding support. (Thanks @aaron112)
+- Fix transcode does not run on Huawei Ascend P7. (Thanks @spiritedRunning)
+- Fix race condition caused by not closing output before callback. (Thanks @ryanwilliams83)
+
+## 0.1.10
+- `Future` support. (Thanks @MaiKambayashi)
+
+## 0.1.X
+- Stability updates. (Thanks @ozyozyo)
+
+## 0.1.0
+- First release.