From 2754e140034396e5ab5dd2333d950f990736216f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 15 Dec 2019 19:33:41 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f5dfbf..93c008b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Breaking changes: * `TryFromRaw::try_from_raw`'s signature has been simplified. The previous signature was a relict that was no longer sensible. +Improvements: + +* `NameEvent`s are now validated properly and will be rejected if the `name` field is longer than 255 bytes. + # 0.15.1 Bug fixes: