Current section
Files
Jump to
Current section
Files
erl_bencode
CHANGELOG.md
CHANGELOG.md
<!-- Version control
X.Y.Z
X - For API changes - functions, dependencies or interface
Y - For internal or backend changes
Z - For documentation, comments, small bugfixes, other one-two line fixes
-->
### 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.