summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-09-03 10:57:17 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-09-03 10:57:17 +0200
commit62ad50b71e8fb0139bb5aaa4bd61a4e46277f600 (patch)
treef023e4d649334f5cd37b3c11780c9b9832c6866f /README.md
parenta4c1774847d3ee71258d00258bbdbd8e4dfba63b (diff)
parented93882b194d21baf060bf48d536c40ead38a900 (diff)
Merge pull request 'Switched to new reader' (#305) from i304 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/305
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 fd45a06..ceb2122 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,7 @@ that if you update one, you may need to also update the other.
### Version Changes
+* *2025-09-03* zig 0.16.0-dev.164 - changes in reader, see [#25077](https://github.com/ziglang/zig/pull/25077)
* *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)