Packages

Erlang Graphical Drawer

Current section

Files

Jump to
egd24 CHANGELOG.md
Raw

CHANGELOG.md

# Change log
## Version 0.10.1 (February 09, 2025)
- Align to OTP 24: use `erlang:crc32/1` instead of `zlib:crc32/2`, as the later
one has been deprecated in OTP 24 and was removed in OTP 27.
- Convert documentation from `erl_docgen` style XML files to `ex_doc` style
Markdown files.
## Previous versions
- 0.10.0: Add `egd_font:load_binary/1`
- 0.9.1: Reinstate `priv_dir` with fonts
- 0.9.0: Initial commit or [erlang/egd](https://github.com/erlang/egd)