Update to 0.5.0

This commit is contained in:
Peter Braden 2014-03-14 14:35:52 -07:00
parent 35fd929318
commit 021a4bf9d8
2 changed files with 15 additions and 1 deletions

View File

@ -207,6 +207,20 @@ doesn't work for you please get in touch.
## Changelog
#### 0.5.0
Lots more opencv functions added, and bugfixes from a large number of
contributors. Thanks to all of them!
- Allow args for `HoughLinesP` by @clkao in #112
- `matchTemplate` and `minMaxLoc` by @ytham in #108
- updated `blockingWaitKey` by @hybridgroup in #98
#### 0.0.13 -> 0.4.0
( missing description... )
#### 0.0.13
- V Early support for face recognition - API is _likely_ to change. Have fun!

View File

@ -5,7 +5,7 @@
"dependencies": {
"buffers": "0.1.1"
},
"version": "0.4.0",
"version": "0.5.0",
"devDependencies": {
"vows": "*"
},