summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-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.