diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a1f04c..105e353b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [UNRELEASED] ### Fixed -- RFC 822 3.1.1. long header fields regular expression fixed #268 #269 (thanks @hbraehne) +- NaN ### Added - NaN @@ -18,6 +18,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - NaN +## [4.0.2] - 2022-08-26 +### Fixed +- RFC 822 3.1.1. long header fields regular expression fixed #268 #269 (thanks @hbraehne) + + ## [4.0.1] - 2022-08-25 ### Fixed - Type casting added to several ImapProtocol return values #261