aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-03-14 23:11:06 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-03-14 23:11:06 +0000
commit2092f3512764cc9408f0c77054155a375e9c2d7e (patch)
tree4cc52e3cffb6fedcf630f000318b86703701f817 /README.md
parent5728ccc8ebfddd0b89f986b788e1bcb8e1007072 (diff)
parentabed92c05ed3a541c6dd4e026bc0ce47cbdb0542 (diff)
Merge pull request 'Changes for a new Zig version.' (#60) from version_change into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/60
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 44476e8..830f5eb 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.2618
+Version-0.12.0-dev.3302
+* *2024-03-14* zig 0.12.0-dev.3302 - changes in `std.fmt` - floating-point formatting implementation - see[#19229](https://github.com/ziglang/zig/pull/19229)
* *2024-02-05* zig 0.12.0-dev.2618 - changes in `build system` - from `Step.zig_exe` to `Step.graph.zig_exe` - see[#18778](https://github.com/ziglang/zig/issues/18778)
* *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)