CHANGELOG.md
# Changelog
## v1.1.0
* Support for Encoding and Decoding atoms and tuples
* Better distinction between parsing a list and a string, empty list is considered to be a string.
* [Issue #2 - BCODE-2 fix broken tests](https://gitlab.com/erlang-dev/erl_bencode/-/issues/2), fixed
## v1.0.2
* [Issue #1 - Handle exception when calling outside range](https://github.com/thetelefon/erl_bencode/issues/1), fixed.
## v1.0.1
* Added badges for tests and code coverage
## v1.0.0
* Support for negative numbers.
* Unit and integration tests.
* Small bugfixes.
## v0.1.5
* Implemented support to decode a erlang term() and not only
decoding from file.
* Optimization of source code.
## v0.1.0
* First iteration of erl_bencode.
* A implementation of both decoding and encoding bencode.