Fixed the changes from reworking std.Progress.

For details: https://github.com/ziglang/zig/pull/20059
This commit is contained in:
Chris Boesch
2024-05-29 21:20:28 +02:00
parent 776316e60b
commit b224ed510e
3 changed files with 11 additions and 10 deletions

View File

@@ -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)