units: Copy 0.1.2 release notes

When we do patch version releases (on a separate branch) the release
patches typically include a changelog entry that does not appear on
`master` - this seems like a process fail. Anyways, grab the release
notes for `v0.1.2` and add them to the changelog file. Intentionally do
not cherrypick the release patch because that may make the git index
hard to understand.
This commit is contained in:
Tobin C. Harding 2024-08-01 07:45:39 -05:00
parent 40ba08f369
commit 80e600ba0c
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
# 0.1.2 - 2024-07-01
* Remove enable of `alloc` feature in the `internals` dependency.
Note, the bug fixed by this release was introduced in
[#2655](https://github.com/rust-bitcoin/rust-bitcoin/pull/2655) and
was incorrect because we have an `alloc` feature that enables
`internals/alloc`.
`v0.1.1` will be yanked for this reason.
# 0.1.1 - 2024-04-04 # 0.1.1 - 2024-04-04
* Enable "alloc" feature for `internals` dependency - enables caching * Enable "alloc" feature for `internals` dependency - enables caching