NEWS.md in lignite-0.5.0 vs NEWS.md in lignite-0.6.0
- old
+ new
@@ -1,8 +1,18 @@
# News
## unreleased
+## 0.6.0, 2018-03-25
+
+- Fixed silent corruption of files obtained by `ev3tool download`
+- Added `ev3tool asm foo.rb foo.rbf`
+- Added SimpleAssembler
+- Added BodyCompiler#if_else, #loop_until_pre
+- Implemented array_init* (PARVALUES)
+- Added JumpOffset, replacing the Complex hack
+- Variables are now aligned automatically; subroutine argument alignment is checked
+
## 0.5.0, 2018-03-05
- Ev3Ops: added missing array_* ops (with PARV in the signature).
- loop_while added, with a Condition prototype: Lt32.
- Corrected the variable argument calling convention (PARNO).