From 729f739346e051a2341592aaffebb4ab954ac87c Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 21 Feb 2025 14:21:24 +1100 Subject: [PATCH] Grab missing changelog from 0.1.2 release As is typical round here we forgot to merge the latest 0.1 release notes back into master. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e56f1a..efc727b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,10 @@ There are a bunch of breaking changes in this release, including: - Hide error internal [#44](https://github.com/rust-bitcoin/hex-conservative/pull/44) - Return specific error from `HexToByesIter::new` [#62](https://github.com/rust-bitcoin/hex-conservative/pull/62) +# 0.1.2 - 2024-05-14 + +- Fix bug in output of `InvalidError` [#88](https://github.com/rust-bitcoin/hex-conservative/pull/88). + # 0.1.1 - 2023-07-19 - [Add `test_hex_unwrap`](https://github.com/rust-bitcoin/hex-conservative/pull/24) hex parsing macro for test usage.