diff --git a/README.md b/README.md index 54b7981..8f58985 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ quaggaJS ======== -- [Changelog](#changelog) (2015-08-13) +- [Changelog](#changelog) (2015-08-29) ## What is QuaggaJS? @@ -34,10 +34,10 @@ be aligned with the viewport. In order to take full advantage of quaggaJS, the browser needs to support the `getUserMedia` API which is already implemented in recent versions of Firefox, -Chrome and Opera. The API is also available on their mobile counterparts -installed on Android. Safari and IE do not allow the access to the camera yet, -neither on desktop, nor on mobile. You can check [caniuse][caniuse_getusermedia] -for updates. +Chrome, IE (Edge) and Opera. The API is also available on their mobile +counterparts installed on Android (except IE). Safari does not allow the access +to the camera yet, neither on desktop, nor on mobile. You can check +[caniuse][caniuse_getusermedia] for updates. In cases where real-time decoding is not needed, or the platform does not support `getUserMedia` QuaggaJS is also capable of decoding image-files using @@ -377,6 +377,10 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``. ## Changelog +### 2015-08-29 +- Improvements + - Added support for Internet Explorer (only Edge+ supports `getUserMedia`) + ### 2015-08-13 - Improvements - Added `offProcessed` and `offDetected` methods for detaching event-