aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-05-29 21:20:28 +0200
committerChris Boesch <[email protected]>2024-05-29 21:20:28 +0200
commitb224ed510eb3277c9b6b80412eb615cb27b0eeef (patch)
treeed429f955311dac9ee9688388cd75c6a60b22e4a /README.md
parent776316e60ba6b9500969c3d0b6f63865af3cb92d (diff)
downloadziglings-b224ed510eb3277c9b6b80412eb615cb27b0eeef.tar.xz
ziglings-b224ed510eb3277c9b6b80412eb615cb27b0eeef.zip
Fixed the changes from reworking std.Progress.
For details: https://github.com/ziglang/zig/pull/20059
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d08dd2d..edc300d 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,8 @@ that if you update one, you may need to also update the other.
### Version Changes
-Version-0.12.0-dev.3518
+Version-0.13.0-dev.339
+* *2024-05-29* zig 0.13.0-dev.339 - rework std.Progress - see [#20059](https://github.com/ziglang/zig/pull/20059)
* *2024-03-21* zig 0.12.0-dev.3518 - change to @fieldParentPtr - see [#19470](https://github.com/ziglang/zig/pull/19470)
* *2024-03-21* zig 0.12.0-dev.3397 - rename std.os to std.posix - see [#5019](https://github.com/ziglang/zig/issues/5019)
* *2024-03-14* zig 0.12.0-dev.3302 - changes in `std.fmt` - floating-point formatting implementation - see [#19229](https://github.com/ziglang/zig/pull/19229)