Skip to content

Commit

Permalink
Fix links in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln authored Aug 22, 2020
1 parent 3712f89 commit d2807bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#### Features

* **inflate:**
* Add support for limiting output size when decompressing to vec ([f8c25f3f](f8c25f3f))
* Introduce reset policy to control InflateState::reset ([1f95a16f](1f95a16f)), closes [#89](89))
* Add support for limiting output size when decompressing to vec ([f8c25f3f](https://github.com/Frommi/miniz_oxide/commit/f8c25f3f))
* Introduce reset policy to control InflateState::reset ([1f95a16f](https://github.com/Frommi/miniz_oxide/commit/1f95a16f)), closes [#89](https://github.com/Frommi/miniz_oxide/issues/89))

* **core:**
* Add an optional feature for 1.34.2 backwards compatibility ([d18e847d](d18e847d))
* Add an optional feature for 1.34.2 backwards compatibility ([d18e847d](https://github.com/Frommi/miniz_oxide/commit/d18e847d))

<a name="0.4.0"></a>
## 0.4.0 (2020-06-28)
Expand All @@ -17,8 +17,8 @@
#### Features

* **core:**
* Switch from adler32 to adler crate ([ad0f8fef](ad0f8fef))
* Flag `miniz_oxide` as a `#![no_std]` library ([7f5aedd7](7f5aedd7))
* Switch from adler32 to adler crate ([ad0f8fef](https://github.com/Frommi/miniz_oxide/commit/ad0f8fef))
* Flag `miniz_oxide` as a `#![no_std]` library ([7f5aedd7](https://github.com/Frommi/miniz_oxide/commit/7f5aedd7))


<a name="0.3.7"></a>
Expand All @@ -28,5 +28,5 @@
#### Bug Fixes

* **deflate:**
* overflow panic with very large input buffer ([f0b0e8fd](f0b0e8fd))
* compress_to_vec infinite loop ([f3299c8e](f3299c8e), closes [#75](75))
* overflow panic with very large input buffer ([f0b0e8fd](https://github.com/Frommi/miniz_oxide/commit/f0b0e8fd))
* compress_to_vec infinite loop ([f3299c8e](https://github.com/Frommi/miniz_oxide/commit/f3299c8e), closes [#75](https://github.com/Frommi/miniz_oxide/issues/75))

0 comments on commit d2807bf

Please sign in to comment.