From f87c16e58f407c5f04b2851fcf91a41bf5c5e362 Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Tue, 19 Apr 2016 07:58:19 +0200 Subject: [PATCH] Updated changelog --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f82067..500eaad 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ quaggaJS ======== -- [Changelog](#changelog) (2016-03-31) +- [Changelog](#changelog) (2016-04-19) - [Browser Support](#browser-support) - [Installing](#installing) - [Getting Started](#gettingstarted) @@ -607,6 +607,11 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``. ## Changelog +### 2016-04-19 +- Improvements + - Reducing false-positives for Code 128 barcodes ( + addresses [\#104](https://github.com/serratus/quaggaJS/issues/104)) + ### 2016-03-31 Take a look at the release-notes ( [0.10.0](https://github.com/serratus/quaggaJS/releases/tag/v0.10.0))