We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a57b9 commit 6c302d2Copy full SHA for 6c302d2
CHANGELOG.md
@@ -1,7 +1,7 @@
1
## 1.1.0
2
3
-- replace the `clamp!` macro with the `clamp` function (https://github.com/image-rs/color_quant/pull/8)
4
- Unify with `image::math::nq` as per https://github.com/image-rs/image/issues/1338 (https://github.com/image-rs/color_quant/pull/10)
5
- - A new method `lookup` from image::math::nq is added
6
- - more references in docs
7
- - some syntax improvements and better names for functions borrowed from `image::math::nq`
+ - A new method `lookup` from `image::math::nq` is added
+ - More references in docs
+ - Some style improvements and better names for functions borrowed from `image::math::nq`
+- Replace the internal `clamp!` macro with the `clamp` function (https://github.com/image-rs/color_quant/pull/8)
0 commit comments