change log v0.1.2

This commit is contained in:
Peter Boin 2017-08-15 21:27:56 +10:00
parent a9dfc14fcd
commit ec5da11912

15
dist/README.md vendored Normal file
View File

@ -0,0 +1,15 @@
# Change History
## 0.1.2
Changes to accommodate implementation of [grbl-stream](https://github.com/fragmuffin/grbl-stream)
### Improvements
- added `NullMachine`, `NullState`, and `NullMode` (not assuming any machine state)
- `Block` length is the number of gcodes + 1 if modal parameters exists
### Bugfixes
- `%` enclosed lines are considered to be _macros_ when parsing
- added axes `ABCXYZ` as valid parameters for `G10` (eg: `G10 L20 X0 Y0 Z0`)