From 942cd80663e34adec37f0d9f7e5fb0d03e4f88f1 Mon Sep 17 00:00:00 2001 From: Greg Zaverucha Date: Wed, 5 Dec 2018 10:55:57 -0800 Subject: [PATCH] Update change log Signed-off-by: Greg Zaverucha --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7267076..fb84234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 4.0 -- 2018-12-05 +* Update implementation to match spec version 2.0. See Appendix A for a summary + of the changes. + Version 3.0 -- 2018-09-06 * Fix deviations from specification. The KDF was missing the output length as input and the public key was incorrectly serialized. Note that this is breaking