aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alex Martens <alexmgit@protonmail.com> 2021-08-14 12:19:10 -0700
committerGravatar Alex Martens <alexmgit@protonmail.com> 2021-08-14 12:19:10 -0700
commitba479bde8a55b88f9b5b77069f68081ffda171fd (patch)
tree8e8ada068d35c953191eb101143ca8449b594c25
parent52ff95e1a8ea4e63f6dc7dd7029977481eabe501 (diff)
downloadcortex-m-ba479bde8a55b88f9b5b77069f68081ffda171fd.tar.gz
cortex-m-ba479bde8a55b88f9b5b77069f68081ffda171fd.tar.zst
cortex-m-ba479bde8a55b88f9b5b77069f68081ffda171fd.zip
Update changelog for DWT::get_cycle_count deprecation
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84375bd..57d7dad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- LSU counter
- Folded-instruction counter
+### Deprecated
+
+- `DWT::get_cycle_count` has been deprecated in favor of `DWT::cycle_count`.
+ This change was made for consistency with the [C-GETTER] convention. (#349)
+
+[C-GETTER]: https://rust-lang.github.io/api-guidelines/naming.html#c-getter
+
## [v0.7.3] - 2021-07-03
### Fixed