summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-09-02 17:57:42 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-09-02 17:57:42 +0000
commit2e5b570aef6cae57d00a253da61a62a504146a09 (patch)
treea452bb020c5d66f6ea1452444630789e0e5aa036 /README.md
parent296a2b5c6ad3b03dbd237453e7c267d1ca1bab07 (diff)
parentb2f56c7cea6475d5335dd8e8642181817fdc390b (diff)
Merge pull request 'Fixes several changes in std.builtin.zig' (#150) from i149 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/150
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 417cf88..7b8c8c1 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,7 @@ that if you update one, you may need to also update the other.
### Version Changes
Version-0.14.0-dev.1224
+* *2024-07-02* zig 0.14.0-dev.1409 - several changes in std.builtin, see [#21225](https://github.com/ziglang/zig/pull/21225)
* *2024-08-04* zig 0.14.0-dev.1224 - several changes in build system, see [#21115](https://github.com/ziglang/zig/pull/21115)
* *2024-08-04* zig 0.14.0-dev.839 - several changes in build system, see [#20580](https://github.com/ziglang/zig/pull/20580), [#20600](https://github.com/ziglang/zig/issues/20600)
* *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)