## 1.0.0 - add `core::error::Error` implementation for `minipng::Error`, now that the `Error` trait is in `core`. - upgrade to Edition 2024 (MSRV is now probably 1.85.0) ## 0.1.1 - add overflow check for chunk length. this could have resulted in debug-only panics for maliciously crafted images. - add “impossible compressed size” check which slightly mitigates the problem of a malicious image causing you to allocate a shitton of memory.