diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-07-03 18:51:23 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-07-03 18:51:23 -0400 |
commit | fd133637b51d46a51a9edc352392e581f275f4e5 (patch) | |
tree | 154d692790656f38f8bafa1ec8dd888b4be5ee67 | |
parent | 8dd389a5f7db1c8ef9e60d900104fef99f25645f (diff) |
toc v. 0.7
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> --- |