summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Frantzis <alf82@freemail.gr>2019-10-06 17:57:41 +0300
committerAlexandros Frantzis <alf82@freemail.gr>2019-10-06 18:01:47 +0300
commit34ab3399a4faf955d89c62c631916ebd291c1447 (patch)
treefc48c4c0448a0587cc4aca71c2d532bd07f74e4a
parent97f322e31996861686cc13e5e43b8e5fc702330a (diff)
Add CHANGELOG.md file
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
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.