From fd893fbf8932fde79774dd3bdd41396ff8587880 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 10 Aug 2023 20:08:25 +0200 Subject: [PATCH] changelog fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de45bc9..1929b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Implement `Display` and `Error` for `StdTimestampError` properly. - Remove some redundant `Error` suffixes for enum error variants. - `CommonPduConfig`: `new_with_defaults` replaced by `new_with_byte_fields` - and `new_with_defaults` has not empty argument list. + and `new_with_defaults` has now empty argument list. ## Added