Skip to content

Commit

Permalink
Update changelog to match 0.0.19's development
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkslabs committed Jan 31, 2016
1 parent 0aa9e9f commit de04f31
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,35 @@ reason.

## [0.0.19] - UNRELEASED


### Fixes

* Fix regression in code generation for function calls
* This was due to FunctionCalls now assuming they work on a callable
which may be an identifier, but can also be other things too

### New

*
* Changes to support Python 3
* Now runs under python 3 as well as python 2 :-)
* (internals) Pynode docs - very much work in progress
* Arduino blink test case copied into examples
* Makes testing easier and usage more obvious


### Internals

* Massive reorg of pynodes from single file to categorised files
* Use annotated tags for releases - makes them show up on github - showing
releases
* Help text for pyxie-dev extended to show release process
* Bump versions for 0.0.19

### Other

*
* Work on arduino profile continues with more work on servos (still WIP)
* Bump copyright notices to 2016(!)
* Add link to latest release on homepage

## [0.0.18] - 2016-01-10

Expand All @@ -37,7 +59,6 @@ reason.
* Initial support for arduino profile in pynodes
* Code generation for first arduino specific types (specifically "Servo")

### Fixes

* Re-enable parse only option
* Allow expression atoms to be negatable, not just numbers (allows things like -step/2)
Expand Down

0 comments on commit de04f31

Please sign in to comment.