summaryrefslogtreecommitdiff
path: root/dart/CHANGELOG.md
blob: 5e2d2deea50f02823c90dc367c17f36972221382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CHANGELOG

## 1.9.2

- Ensure `_writeString` adds enough padding to null terminate strings.

## 1.9.1

- Changed constant identifiers to be compatible with Dart 2.x
- No longer supports Dart 1.x

## 1.9.0

- Initial release, supports Dart 1.x and many dev versions of Dart 2.x