diff options
| author | Chris Boesch <[email protected]> | 2024-05-29 19:29:56 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-05-29 19:29:56 +0000 |
| commit | 227bcb18dbfdde1b358aa8d047f03f33961ad2ca (patch) | |
| tree | ed429f955311dac9ee9688388cd75c6a60b22e4a /README.md | |
| parent | 776316e60ba6b9500969c3d0b6f63865af3cb92d (diff) | |
| parent | b224ed510eb3277c9b6b80412eb615cb27b0eeef (diff) | |
| download | ziglings-227bcb18dbfdde1b358aa8d047f03f33961ad2ca.tar.xz ziglings-227bcb18dbfdde1b358aa8d047f03f33961ad2ca.zip | |
Merge pull request 'Fixed the changes from reworking std.Progress.' (#101) from v339 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/101
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
