From 9568363ae6bd8502e7c0a815a79ffd9c34c1012a Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Thu, 12 Mar 2015 22:51:55 +0100 Subject: [PATCH] Update index.md --- index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 406b735..2b9eba8 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ showInMenu: true quaggaJS ======== -- [Changelog](#changelog) (2015-01-21) +- [Changelog](#changelog) (2015-03-12) QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real-time localization and decoding of various types of barcodes such as __EAN__ and __CODE128__. The library is also capable of using `getUserMedia` to get direct @@ -268,6 +268,10 @@ In case you want to take a deeper dive into the inner workings of Quagga, get to ## Changelog +### 2015-03-12 +- Improvements + - removed dependency on async.js + ### 2015-03-04 - Features - Added support for [Code 39][code39_wiki] barcodes