diff --git a/README.md b/README.md index 3530e49..322c12d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ quaggaJS ======== -- [Changelog](#changelog) (2015-03-04) +- [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 @@ -262,6 +262,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