Skip to content

Commit 5fb426a

Browse files
committed
v5.0.0
1 parent b740255 commit 5fb426a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22
# Changelog
33

4+
## 5.0.0 (Feb 9 2016)
5+
6+
- @mvines and @svogl started working on OpenCV 3.x support.
7+
- @sirotenko added a getFrameCount method
8+
- @vaceta implemented getFrameAt
9+
- @jainanshul improved some methods
10+
- @cascade256 improved the windows build
11+
12+
Plus fixes from @banterability, @punnerud, @vargad etc. Thanks all.
13+
414
## 4.0.0
515

616
I've been super slow releasing this one, and there's a ton of new stuff.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Node Bindings to OpenCV",
55
"author": "Peter Braden <[email protected]>",
66
"dependencies": {

0 commit comments

Comments
 (0)