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