From d60563ff45f0d9ad0202b0b35c322c6bde79acd0 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 17 Jan 2018 14:46:18 +0100 Subject: [PATCH] update the CHANGELOG --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2392beb..338e61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.2.2] - 2018-01-17 + +### Added + +- Troubleshooting documentation: how to workaround the "Ignoring packet error, continuing..." GDB + error. + +### Changed + +- Disabled incremental compilation and parallel codegen on the dev profile to reduce the changes of + running into rust-lang/rust#47074. + +- Bumped the version of the `cortex-m-rt` dependency to v0.3.12. + ## [v0.2.1] - 2017-07-14 ### Added @@ -96,7 +110,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Initial release -[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.2...HEAD +[v0.2.2]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.1...v0.2.2 +[v0.2.1]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.8...v0.2.0 [v0.1.8]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.7...v0.1.8 [v0.1.7]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.6...v0.1.7