Skip to content

Commit 6f02116

Browse files
committed
Updated Readme to include Code 39
1 parent b5ebd60 commit 6f02116

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
quaggaJS
22
========
33

4-
- [Changelog](#changelog) (2015-01-21)
4+
- [Changelog](#changelog) (2015-03-04)
55

66
QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real-time localization and decoding of
77
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
262262

263263
## <a name="changelog">Changelog</a>
264264

265+
### 2015-03-04
266+
- Features
267+
- Added support for [Code 39][code39_wiki] barcodes
268+
265269
### 2015-01-21
266270
- Features
267271
- Added support for web-worker (using 4 workers as default, can be changed through `config.numOfWorkers`)
@@ -283,3 +287,4 @@ In the course of implementing web-workers some breaking changes were introduced
283287
[chaiUrl]: http://chaijs.com/
284288
[mochaUrl]: https://github.com/mochajs/mocha
285289
[karmaUrl]: http://karma-runner.github.io/
290+
[code39_wiki]: http://en.wikipedia.org/wiki/Code_39

0 commit comments

Comments
 (0)