Update CHANGELOG.md

This commit is contained in:
Jon Andersen 2018-11-21 20:01:44 -05:00 committed by GitHub
parent 8473079036
commit 99869553e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
# CHANGELOG
## Version 3.0.0
- Swift 4.2 support
## Version 2.6.0
- Fixed issue with crashing during video recording
- Using storyboard subviews should no longer require calling `bringSubvviewToFront`
@ -91,4 +94,4 @@
- Flash for photos only flashes when photo is taken.
- Flash for videos enables the torch when video begins recording and disables flash when video finishes
- Fixed issue where **SwiftyCamDidChangeZoomLevel(zoomLevel:)** would be called from pinch gestures from front camera
- Minor bug fixes and enhancements
- Minor bug fixes and enhancements