aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-06-08 16:31:06 +0000
committerChris Boesch <[email protected]>2024-06-08 16:31:06 +0000
commit7f78701d199be38809303d26b29d8a636cbcd201 (patch)
treed81ea56d728cee104060c143b6f7ca9d01039a5f /README.md
parent6223dc0f83cb903ad259aacfb4eb2e4e50eab9b0 (diff)
parent5c9b9bdc343f8960b16ac6d219274759396cfe64 (diff)
downloadziglings-7f78701d199be38809303d26b29d8a636cbcd201.tar.xz
ziglings-7f78701d199be38809303d26b29d8a636cbcd201.zip
Merge branch 'main' into grammar
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)