From 5f1579db6335744a8e9f39165e7db499cf42d50b Mon Sep 17 00:00:00 2001 From: Robur Date: Tue, 21 Sep 2021 08:49:29 +0000 Subject: [PATCH] changes for 0.4.0 --- CHANGES.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0127dd0..e16e286 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +# v0.4.0 (2021-09-21) + +* support EC (P-256, P-384, P-521) account keys (@reynir @hannesm) + (reported in #24 by @dinosaure) +* allow key_type to be passed into the alpn_solver (@hannesm) +* add RFC 7520 test cases (@reynir @hannesm) +* remove astring dependency (@hannesm) +* bugfix: "orders" field in account is Uri.t option, not a list (@hannesm) + (reported in #27 by @torinnd) + # v0.3.0 (2021-07-19) Reduce dependency cone (#26, @dinosaure & @hannesm) @@ -39,4 +49,4 @@ Reduce dependency cone (#26, @dinosaure & @hannesm) # v0.1.0 (2019-11-02) -* Initial release \ No newline at end of file +* Initial release