@ -1,3 +1,11 @@
### v1.3.2
- Fixed a memory leak thanks to [@andrewmunn ](andrewmunn ) ([#92][92])
- Reduced memory usage when using cropOutput thanks to [@RobertoMorelos ](RobertoMorelos ) ([#93][93])
- Improved efficiency for Frame processors, recycle buffers and Frames ([#94][94])
https://github.com/natario1/CameraView/compare/v1.3.1...v1.3.2
### v1.3.1
- Fixed a bug that would make setFacing and other APIs freeze the camera ([#86][86])
@ -15,6 +23,8 @@ https://github.com/natario1/CameraView/compare/v1.3.0...v1.3.1
https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0
[v-gar]: https://github.com/v-gar
[andrewmunn]: https://github.com/andrewmunn
[RobertoMorelos]: https://github.com/RobertoMorelos
[73]: https://github.com/natario1/CameraView/pull/73
[80]: https://github.com/natario1/CameraView/pull/80
@ -22,3 +32,6 @@ https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0
[83]: https://github.com/natario1/CameraView/pull/83
[86]: https://github.com/natario1/CameraView/pull/86
[88]: https://github.com/natario1/CameraView/pull/88
[92]: https://github.com/natario1/CameraView/pull/92
[93]: https://github.com/natario1/CameraView/pull/93
[94]: https://github.com/natario1/CameraView/pull/94