diff --git a/README.md b/README.md index 7ad7b739..2006147f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ quaggaJS ======== -- [Changelog](#changelog) (2016-08-15) +- [Changelog](#changelog) (2016-10-03) - [Browser Support](#browser-support) - [Installing](#installing) - [Getting Started](#gettingstarted) @@ -664,6 +664,10 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``. ## Changelog +### 2016-10-03 +- Fixes + - Fixed `facingMode` issue with Chrome >= 53 (see [#128](https://github.com/serratus/quaggaJS/issues/128)) + ### 2016-08-15 - Features - Proper handling of EXIF orientation when using `Quagga.decodeSingle`