From 34ab3399a4faf955d89c62c631916ebd291c1447 Mon Sep 17 00:00:00 2001 From: Alexandros Frantzis Date: Sun, 6 Oct 2019 17:57:41 +0300 Subject: Add CHANGELOG.md file --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3ec7b22 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +Changelog +========= + +0.1.1 (2019-10-06) +------------------ + +### Changed + +- Improve performance of base64 decoding. + +### Fixed + +- Fix boundary lines folding with last line of preceding decoded text. +- Fix panics in malformed emails that use MIME boundaries improperly. + +0.1.0 (2019-10-01) +------------------ + +Initial release. -- cgit v1.2.3