spamassassin-milter/CHANGELOG.md

12 lines
288 B
Markdown
Raw Normal View History

2020-02-12 08:35:32 +00:00
# SpamAssassin Milter changelog
2020-04-13 14:44:35 +00:00
## 0.1.1 (2020-04-13)
* Use `Write::write_all` instead of `Write::write` in `spamc` client, in order
to ensure buffers are written in their entirety.
* Do not include `.gitignore` file in published crate.
2020-02-23 06:57:49 +00:00
## 0.1.0 (2020-02-23)
2020-02-12 08:35:32 +00:00
Initial release.