From 62a07e324db64a54143d38b5b4500936009b464c Mon Sep 17 00:00:00 2001 From: Jochen Bartl Date: Sun, 14 Oct 2018 19:30:31 +0200 Subject: [PATCH] Update change log. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fd52be1..92b33be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.0.3 (2018-10-14) + * Warning: encode function no longer truncates messages to 1024 bytes by default * split message part into tag and content (#20, by @hannesm) * use result types instead of option (#20, by @hannesm)