summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-08-15 15:13:53 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-08-15 15:13:53 +0200
commit1407c7fb91d7a587e053de23ea640d5f6b0b2951 (patch)
treefea318b3840e99b6508db45d48a70b32fe9ed7e5
parent4bc9db1079b057dcffcfb65259204cb09dc36677 (diff)
parent1ca8b90589f598cd209ebab5586aa8c76773c67f (diff)
Merge pull request 'fixed typo in readme' (#293) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/293
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf84593..913d6b3 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ that if you update one, you may need to also update the other.
### Version Changes
-* *2025-08-08* zig 0.15.0-dev.1519 - changes in array listr, see [#24801](https://github.com/ziglang/zig/pull/24801)
+* *2025-08-15* zig 0.15.0-dev.1519 - changes in array list, see [#24801](https://github.com/ziglang/zig/pull/24801)
* *2025-08-08* zig 0.15.0-dev.1380 - changes in build system, see [#24588](https://github.com/ziglang/zig/pull/24588)
* *2025-07-22* zig 0.15.0-dev.1092 - various changes due to new I/O API, see [#24488](https://github.com/ziglang/zig/pull/24488)
* *2024-09-16* zig 0.14.0-dev.1573 - introduction of labeled switch, see [#21257](https://github.com/ziglang/zig/pull/21257)