aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2021-05-27 18:06:28 +0200
committerEmil Fresk <emil.fresk@gmail.com>2021-05-27 18:10:24 +0200
commitc17348d2904b60713e1914567ba5566134165103 (patch)
tree8d83566481df0925920b703e63dc310b87c39bb9 /CHANGELOG.md
parent6155f1366a654512c2ca69b91fb2470c4faf3399 (diff)
Prepare release alpha.4
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