This commit is contained in:
Peter Braden 2014-09-24 20:10:11 +02:00
parent 349b79863a
commit c1edd1b1ab
2 changed files with 5 additions and 1 deletions

View File

@ -208,6 +208,10 @@ doesn't work for you please get in touch.
## Changelog ## Changelog
#### 0.7.0
Matrix constructors, and contour access from @oskardahlberg and @emallson.
#### 0.6.0 #### 0.6.0
Many updates from the community, thank you to all. Many updates from the community, thank you to all.

View File

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