diff --git a/CHANGELOG.md b/CHANGELOG.md index a30a2a9..c535e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.1.0 +- `Eterl` now implements `Codec` and `Converter`. +- Improved some performance issues. +- Added benchmarks. +- `Stream`s can now be transformed using `eterl.packer`. + # 1.0.4 - Close conversion sink when the underlying stream closes. diff --git a/pubspec.yaml b/pubspec.yaml index d5f34c0..acf0eed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: eterl description: Eterl is a fast packer and unpacker for the External Term Erlang Format (version 131). -version: 1.0.4 +version: 1.1.0 repository: https://github.com/Rapougnac/eterl issue_tracker: https://github.com/Rapougnac/eterl/issues