Skip to content

Commit 53b4e05

Browse files
committed
Added 0.3 release notes
1 parent 838c2f9 commit 53b4e05

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.3 (2016-04-21)
2+
3+
* New process: "ror/rol" (for simple circular bit shift)
4+
* Ruby: runtime classes reside in a proper namespace: `Kaitai::Struct::Struct` and `Kaitai::Struct::Stream`, now just `KaitaiStruct` and `KaitaiStream`
5+
* Scala.js build: fully implemented, now compiler can be called on a web page as a JavaScript library
6+
* Implemented `process: ` for pre-processing input buffer of user types
7+
* Translator: allow coercing of different int types into each other
8+
* General code cleanup
9+
110
# 0.2 (2016-04-06)
211

312
* Initial public release

0 commit comments

Comments
 (0)