diff options
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 |