summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-07-03 18:51:23 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-07-03 18:51:23 -0400
commitfd133637b51d46a51a9edc352392e581f275f4e5 (patch)
tree154d692790656f38f8bafa1ec8dd888b4be5ee67
parent8dd389a5f7db1c8ef9e60d900104fef99f25645f (diff)
toc v. 0.7
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6e3f57..7c38957 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,7 @@ Here are the major versions of `toc`.
<tr><td>0.4</td><td>Variadic functions</td><td>2020 Mar 13</td></tr>
<tr><td>0.5</td><td><code>break</code>, <code>continue</code>, <code>defer</code></td><td>2020 Mar 19</td></tr>
<tr><td>0.6</td><td><code>use</code></td><td>2020 Apr 26</td></tr>
+<tr><td>0.7</td><td>Many bugfixes, the beginning of a standard library</td></tr>
</table>
---