diff options
author | 2022-01-06 14:20:31 -0800 | |
---|---|---|
committer | 2022-01-06 14:20:31 -0800 | |
commit | d1ba03e88c3aad753cb1562c22b05037c3c191e9 (patch) | |
tree | b0217adeaee5f813300738c49b3d4ff3c64d3ffb /panic-itm | |
parent | 9e098a493ac80dbd4f15528a470250c77de16478 (diff) | |
download | cortex-m-d1ba03e88c3aad753cb1562c22b05037c3c191e9.tar.gz cortex-m-d1ba03e88c3aad753cb1562c22b05037c3c191e9.tar.zst cortex-m-d1ba03e88c3aad753cb1562c22b05037c3c191e9.zip |
update changelog for panic-itm too
Diffstat (limited to 'panic-itm')
-rw-r--r-- | panic-itm/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/panic-itm/CHANGELOG.md b/panic-itm/CHANGELOG.md index 75a5a5e..3919ead 100644 --- a/panic-itm/CHANGELOG.md +++ b/panic-itm/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Changed + +- switched from `ITM::ptr()` to `ITM::PTR` as `ptr()` has been + deprecated/removed (#385). + ## [v0.4.2] - 2020-11-14 - Support cortex-m v0.7.0 |