Skip to content

Commit

Permalink
version 0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 18, 2017
1 parent 9a860f5 commit accda37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
version 0.7.12
==================

* Fix == failing when one of the arguments is None and the other is an object
* Make the range() function return an object that behaves like the python range() object
* Fix de-structuring assignment not working with iterators

version 0.7.11
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"start": "bin/rapydscript",
"build-self": "bin/rapydscript self --complete"
},
"version": "0.7.11",
"version": "0.7.12",
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.12.0"
Expand Down

0 comments on commit accda37

Please sign in to comment.