1# CHANGELOG
2
3## 1.9.2
4
5- Ensure `_writeString` adds enough padding to null terminate strings.
6
7## 1.9.1
8
9- Changed constant identifiers to be compatible with Dart 2.x
10- No longer supports Dart 1.x
11
12## 1.9.0
13
14- Initial release, supports Dart 1.x and many dev versions of Dart 2.x