summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-01-05 13:52:09 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-01-05 13:52:09 +0000
commit0d46acfa02d0c29fdfb3651e82a77284dd8f2e00 (patch)
tree4e23f229df4583b0ea16315cb37140d694ac5e17 /README.md
parentb7dfa4cd1df06536921600be34c6ea40e2780691 (diff)
parent15de3785a36c2e4f06fe573d761a69ed306f5fea (diff)
Merge pull request 'Zig 0.12.0-dev.2043 compatability changes for test runner' (#35) from drglove/exercises:zig-2043-changes into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/35
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 279cbdd..7f648e4 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,8 @@ that if you update one, you may need to also update the other.
### Version Changes
-Version-0.12.0-dev.1243
+Version-0.12.0-dev.2043
+* *2024-01-05* zig 0.12.0-dev.2043 - rename of `std.Build.FileSource` to `std.Build.LazyPath` - see[#16353](https://github.com/ziglang/zig/issues/16353)
* *2023-10-24* zig 0.12.0-dev.1243 - changes in `std.ChildProcess`: renamed exec to run - see[#5853](https://github.com/ziglang/zig/issues/5853)
* *2023-06-26* zig 0.11.0-dev.4246 - changes in compile step (now it can be null)
* *2023-06-26* zig 0.11.0-dev.3853 - removal of destination type from all cast builtins