aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-07-06 20:19:56 +0000
committerChris Boesch <[email protected]>2024-07-06 20:19:56 +0000
commit1fd6aa1c6586cb8c013fb48339c17345a6a098f6 (patch)
tree57b21631edd80dc890087e216668bac19b58bc71 /README.md
parent4401cf8f492a224301925118358a2397095b496c (diff)
parent140c22e9f499f3405da1a5423149beae61306c0e (diff)
downloadziglings-1fd6aa1c6586cb8c013fb48339c17345a6a098f6.tar.xz
ziglings-1fd6aa1c6586cb8c013fb48339c17345a6a098f6.zip
Merge branch 'main' into random-exercise
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 b4aff17..776bafb 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)