From 50ad0c4c1d5c345d9e42e2dcf7c4a8b297cc98c6 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 28 Oct 2017 21:32:01 +0200 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5e8f1d2d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +## v1.3.0 + +- Ability to inject frame processors to do your own visual tasks (barcodes, facial recognition etc.) ([#82][82]) +- Ability to inject external loggers (e.g. Crashlytics) to listen for internal logging events ([#80][80]) +- Improved CameraUtils.decodeBitmap, you can now pass maxWidth and maxHeight to avoid OOM ([#83][83]) +- Updated dependencies thanks to [@v-gar][v-gar] ([#73][73]) + +[v-gar]: https://github.com/v-gar + +[73]: https://github.com/natario1/CameraView/pull/73 +[80]: https://github.com/natario1/CameraView/pull/80 +[82]: https://github.com/natario1/CameraView/pull/82 +[83]: https://github.com/natario1/CameraView/pull/83