aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-21 09:47:16 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-21 09:47:16 -0400
commit751b303362f98d8b62364d43cffd4d93034d4e10 (patch)
treeccc63767c201f1bc4c5ddbb337cadd04f9e76de4 /README.md
parentec543ff49b5cbdc1c8fa3268a155a794ee30af49 (diff)
downloadziglings-751b303362f98d8b62364d43cffd4d93034d4e10.tar.gz
ziglings-751b303362f98d8b62364d43cffd4d93034d4e10.tar.bz2
ziglings-751b303362f98d8b62364d43cffd4d93034d4e10.tar.xz
ziglings-751b303362f98d8b62364d43cffd4d93034d4e10.zip
add ex069 comptime 4
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index bad59d7..3a874d2 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Verify the installation and build number of `zig` like so:
```bash
$ zig version
-0.8.0-dev.1065+xxxxxxxxx
+0.8.0-dev.1983+xxxxxxxxx
```
Clone this repository with Git:
@@ -71,6 +71,11 @@ Once you have a build of the Zig compiler that works with Ziglings, they'll
continue to work together. But keep in mind that if you update one, you may
need to also update the other.
+### Version Changes
+
+* 2021-04-21 0.8.0-dev.1983 - std.fmt.format() 'any' format string
+* 2021-02-12 0.8.0-dev.1065 - std.fmt.format() 's' (string) format string
+
## Advanced Usage
It can be handy to check just a single exercise or _start_ from a single