aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2021-05-28 09:07:21 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2021-05-28 09:07:21 +0200
commite8676daeb93a8ae9e4a39979b7e9006dc9cd020e (patch)
tree78011c4f3792a6dbf5feab3bff9b4d2cc0bfac05
parent0b0bb1bfa9de42e951f538b8f43bfcc53709a241 (diff)
downloadrtic-e8676daeb93a8ae9e4a39979b7e9006dc9cd020e.tar.gz
rtic-e8676daeb93a8ae9e4a39979b7e9006dc9cd020e.tar.zst
rtic-e8676daeb93a8ae9e4a39979b7e9006dc9cd020e.zip
Fixed changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d1e7fad..d7bcfc63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
-## [v0.6.0-alpha.3] - 2021-05-27
+## [v0.6.0-alpha.4] - 2021-05-27
### Fixed
@@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Default paths for monotonics now work properly
- New `embedded-time` version to `0.11`
+## [v0.6.0-alpha.3] - 2021-0X-XX
+
+- Lost in the ether...
+
## [v0.6.0-alpha.2] - 2021-04-08
### Added
-for-libuv Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/lock.zig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-03Fixes https://github.com/oven-sh/bun/issues/1695Gravatar Jarred Sumner 1-1/+1
2023-01-03Remove usages of std.xGravatar Jarred Sumner 7-98/+75
2023-01-03[streams] speed up `Readable` in some cases (#1708)Gravatar Alex Lam S.L 3-14/+140
2023-01-03Fix crash in BufferListGravatar Jarred Sumner 1-2/+2