Switched to new reader

This commit is contained in:
Chris Boesch
2025-09-03 10:45:19 +02:00
parent a4c1774847
commit ed93882b19
2 changed files with 8 additions and 3 deletions

View File

@@ -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)