Skip to content

Commit

Permalink
update changelog with new bug fixes and features for 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brateman committed Jun 15, 2016
1 parent 5865a65 commit 3b1dea4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
card.io Android SDK change log and release notes
================================================

5.3.5
5.4.0
-----
* Add ability to blur all digits in the scanned card image, minus any number of digits to remain unblurred, enabled via `CardIOActivity.EXTRA_UNBLUR_DIGITS`. (Thank you Michael Schmoock!)
* Fix issue where Maestro cards were not correctly recognized [#154](https://github.com/card-io/card.io-Android-SDK/issues/154).
* Fix issue on Android 23 and above where `CardIOActivity#canReadCardWithCamera()` would return the incorrect value if permissions had not been granted [#136](https://github.com/card-io/card.io-Android-SDK/issues/136). Now defaults to `true` in such cases.
* Add missing locales to javadocs [card.io-Android-source#75](https://github.com/card-io/card.io-Android-source/issues/75).
* Upgrade gradle to 2.13.
* Upgrade Android Gradle plugin to 2.1.0.

5.3.4
-----
Expand Down

0 comments on commit 3b1dea4

Please sign in to comment.