This commit is contained in:
Jorge Aparicio
2018-02-26 22:31:17 +01:00
parent 23ae289bf4
commit 578dfc7f86
4 changed files with 14 additions and 5 deletions

View File

@@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.2.5] - 2018-02-26
### Added
- Comments to Cargo.toml and Xargo.toml to make it easier to try the examples.
### Fixed
- The `allocator` example to use the `#[global_allocator]` feature.
## [v0.2.4] - 2018-01-26
### Changed