Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue links in changelog #49

Merged
merged 1 commit into from
Jul 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#### Bug Fixes

* try to fix issues with sync flush behaviour ([6c97e514](6c97e514), closes [#48](48))
* try to fix issues with sync flush behaviour ([6c97e514](6c97e514), closes [#48](https://github.com/image-rs/deflate-rs/issues/48))
* add #!forbid(unsafe_code) to crate root ([fcbe4206](fcbe4206))


Expand All @@ -15,8 +15,8 @@

#### Bug Fixes

* Avoid infinitely looping on sync flush with short buffer writers ([99a1a75f](99a1a75f), closes [#47](47))
* Remove unsafe in write_length_rle ([77227c8b](77227c8b), closes [#46](46))
* Avoid infinitely looping on sync flush with short buffer writers ([99a1a75f](99a1a75f), closes [#47](https://github.com/image-rs/deflate-rs/issues/47))
* Remove unsafe in write_length_rle ([77227c8b](77227c8b), closes [#46](https://github.com/image-rs/deflate-rs/issues/46))



Expand All @@ -26,5 +26,5 @@

#### Bug Fixes

* Fix block size counter bug #44 (probably introduced in 1b70be)
* Fix block size counter bug [#44](https://github.com/image-rs/deflate-rs/issues/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.