From e61fed17e1b4a0bc672bc695b5ea797541dd165d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 10 May 2022 14:22:32 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa229b4..87b8afb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Actually ignore items, like hashes, at the end of input +- Actually ignore items, like hashes, that have trailing backslashes +- Better detect short base64's by watching the padding bytes + ## [1.7.3] - 2022-04-28 ### Fixes