From 4363c851498c7816c5d1ef89cd3ee2c242532277 Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Mon, 3 Oct 2016 14:49:24 -0400 Subject: [PATCH] Added changelog entry; Related to #128 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad7b73..2006147 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`