aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-06-17 10:14:13 +0000
committerChris Boesch <[email protected]>2024-06-17 10:14:13 +0000
commitda46008761975d676cde682af7545b02edfa8049 (patch)
tree852af51e385f7745db5a692e7571380a342ee66c /README.md
parentc0c315b25a15c01279301fbc5a5943980079596e (diff)
parent5c000ce2d704f435c6fc5f89637bf82f6a491cd5 (diff)
downloadziglings-da46008761975d676cde682af7545b02edfa8049.tar.xz
ziglings-da46008761975d676cde682af7545b02edfa8049.zip
Merge pull request 'Fixes because of a new Zig version, which changes some functions.' (#114) from patch-106 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/114
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)