This commit is contained in:
Peter Braden 2013-02-05 14:39:19 -08:00
parent c057d411a5
commit e64b558bbd
2 changed files with 11 additions and 1 deletions

View File

@ -133,6 +133,16 @@ doesn't work for you please get in touch.
## Changelog
#### 0.0.10
- Bug Fixes
- @Contra added code that allows thickness and color args for ellipse
- Camshift Support
- @jtlebi added bindings for erode, gaussianBlur, arcLength, approxPolyDP, isConvex, cornerCount
- @gluxon added bindings for inRange
Thanks everyone!
#### 0.0.9
- toBuffer can now take a callback and be run async (re #21)

View File

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