From d9b56d2dc15960b1487b2daaf00743879d275b59 Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Sun, 8 Jan 2017 23:45:57 +0100 Subject: [PATCH] Updated readme to 0.11.6 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2006147..a13111a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ quaggaJS ======== -- [Changelog](#changelog) (2016-10-03) +- [Changelog](#changelog) (2017-01-08) - [Browser Support](#browser-support) - [Installing](#installing) - [Getting Started](#gettingstarted) @@ -664,6 +664,13 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``. ## Changelog +### 2017-01-08 +- Improvements + - Exposing `CameraAccess` module to get access to methods like + `enumerateVideoDevices` and `getActiveStreamLabel` + (see `example/live_w_locator`) + - Update to webpack 2.2 (API is still unstable) + ### 2016-10-03 - Fixes - Fixed `facingMode` issue with Chrome >= 53 (see [#128](https://github.com/serratus/quaggaJS/issues/128))