summaryrefslogtreecommitdiff
path: root/vendor/zune-inflate/CHANGELOG.md
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-01-08 00:21:28 +0300
committerValentin Popov <valentin@popov.link>2024-01-08 00:21:28 +0300
commit1b6a04ca5504955c571d1c97504fb45ea0befee4 (patch)
tree7579f518b23313e8a9748a88ab6173d5e030b227 /vendor/zune-inflate/CHANGELOG.md
parent5ecd8cf2cba827454317368b68571df0d13d7842 (diff)
downloadfparkan-1b6a04ca5504955c571d1c97504fb45ea0befee4.tar.xz
fparkan-1b6a04ca5504955c571d1c97504fb45ea0befee4.zip
Initial vendor packages
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'vendor/zune-inflate/CHANGELOG.md')
-rw-r--r--vendor/zune-inflate/CHANGELOG.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/vendor/zune-inflate/CHANGELOG.md b/vendor/zune-inflate/CHANGELOG.md
new file mode 100644
index 0000000..1d9c6fb
--- /dev/null
+++ b/vendor/zune-inflate/CHANGELOG.md
@@ -0,0 +1,46 @@
+## Version 0.2.54
+
+- Add simple encoder
+- Fix no_std compilation
+
+## Version 0.2.52
+
+- Add small fix for refilling where the decoder lacked bits
+
+## Version 0.2.51
+
+- Correctly check for limits in the inner loop
+
+## Version 0.2.0
+
+- Initial release
+
+## Version 0.2.1
+
+- Fix bug where raw deflate outputs would cause errors.
+
+## Version 0.2.2
+
+- Fix bug in which some paths would cause the stream not to refill
+
+## Version 0.2.3
+
+- Small performance improvements, especially on files with a lot of RLE redundant data
+
+## Version 0.2.4
+
+- Fix bug with some gzip that would cause errors during decoding
+- Small performance improvement
+
+## Version 0.2.41
+
+- Improve documentation of exposed values
+
+## Version 0.2.42
+
+- Remove broken links in README.
+
+## Version 0.2.50
+
+- Mark library as `#[no_std]`
+- Impl `std::error::Error` for library \ No newline at end of file