aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-29 01:16:11 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-29 01:17:54 -0500
commit616054815361642678910ada3b8053ee6352ab12 (patch)
treeb55a9fd3261c58cbe4e797107867e869eed53ee9 /CHANGELOG.md
parent2d80f3631bc3bf382ae24c25dbf8ff33af2ad430 (diff)
v0.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md30
1 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 889863a..4a0d614 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,33 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.2.0] - 2017-07-29
+
+### Added
+
+- The `app!` macro, a macro to declare the tasks and resources of an
+ application.
+
+- The `Resource` trait, which is used to write generic code that deals with
+ resources.
+
+### Changed
+
+- [breaking-change] The signature of the `atomic` function has changed.
+
+- [breaking-change] The threshold token has become a concrete type and lost its
+ `raise` method.
+
+### Removed
+
+- [breaking-change] The `tasks!` and `peripherals!` macros.
+
+- [breaking-change] The ceiling and priority tokens.
+
+- [breaking-change] The `Local`, `Resource` and `Peripheral` structs.
+
+- [breaking-change] The traits related to type level integers.
+
## [v0.1.1] - 2017-06-05
### Changed
@@ -15,5 +42,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Initial release
-[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.1.1...HEAD
+[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.2.0...HEAD
+[v0.2.0]: https://github.com/japaric/cortex-m-rtfm/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/japaric/cortex-m-rtfm/compare/v0.1.0...v0.1.1