aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-27 16:18:46 +0000
committerGitHub <noreply@github.com>2021-05-27 16:18:46 +0000
commit0b0bb1bfa9de42e951f538b8f43bfcc53709a241 (patch)
tree8d83566481df0925920b703e63dc310b87c39bb9 /CHANGELOG.md
parentaad8f81991c3495f225df80d7c8456faecd40728 (diff)
parentc17348d2904b60713e1914567ba5566134165103 (diff)
Merge #485
485: New codegen structure to eliminate issues with paths r=korken89 a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 599c1a6..4d1e7fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
-## [v0.6.0-alpha.2] - 2020-04-08
+## [v0.6.0-alpha.3] - 2021-05-27
+
+### Fixed
+
+- Fixed codegen structure to not have issues with local paths
+- Default paths for monotonics now work properly
+- New `embedded-time` version to `0.11`
+
+## [v0.6.0-alpha.2] - 2021-04-08
### Added
@@ -21,7 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- The access to monotonic static methods was for example `MyMono::now()`, and is now `monotonics::MyMono::now()`
-## [v0.6.0-alpha.1] - 2020-03-04
+## [v0.6.0-alpha.1] - 2021-03-04
### Added