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:
parent
40ba08f369
commit
80e600ba0c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue