From 61e9d98df1cba9131e7aa92417b069679600ae7f Mon Sep 17 00:00:00 2001 From: oyvindln Date: Sat, 4 Apr 2020 23:44:07 +0200 Subject: [PATCH] Bump version and add changelog --- Cargo.toml | 2 +- changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelog.md diff --git a/Cargo.toml b/Cargo.toml index 996fe4e..5470300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deflate" -version = "0.8.3" +version = "0.8.4" edition = "2018" license = "MIT/Apache-2.0" authors = ["oyvindln "] diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..ea19f8e --- /dev/null +++ b/changelog.md @@ -0,0 +1,4 @@ + +### 0.8.5 (2020-04-04) +Fix block size counter bug #44 (probably introduced in 1b70be) +that triggered a debug assertion and that could possibly in theory cause stored block to start at the wrong input position at a block split with low entropy data followed by uncompressible data.