aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-06-17 11:43:25 +0200
committerChris Boesch <[email protected]>2024-06-17 11:43:25 +0200
commit5c000ce2d704f435c6fc5f89637bf82f6a491cd5 (patch)
tree852af51e385f7745db5a692e7571380a342ee66c /README.md
parentc0c315b25a15c01279301fbc5a5943980079596e (diff)
downloadziglings-5c000ce2d704f435c6fc5f89637bf82f6a491cd5.tar.xz
ziglings-5c000ce2d704f435c6fc5f89637bf82f6a491cd5.zip
Fixes because of a new Zig version, which changes some functions.
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 08c2138..50f45eb 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.13.0-dev.339
+Version-0.14.0-dev.42
+* *2024-06-17* zig 0.14.0-dev.42 - changes in `std.mem.split and tokenize` - see [#15579](https://github.com/ziglang/zig/pull/15579)
* *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)