diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-05 14:31:12 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-05 14:31:12 -0500 |
commit | 28ebeb8ad660fecb54aeb9541b72e64f9993b5ae (patch) | |
tree | 3af0281d9af921ab38ab34cab06da4928cd24caa | |
parent | 6b12382231f6fe8af16554d48f2a74d9a6e53835 (diff) |
update README for 0.2
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ Then run `make.bat`. <tr><th>Version</th> <th>Description</th> <th>Date</th></tr> <tr><td>0.0</td> <td>Very basic editor</td> <td>2021 Jan 31</td></tr> <tr><td>0.1</td> <td>Syntax highlighting</td> <td>2021 Feb 3</td></tr> +<tr><td>0.2</td> <td>Line numbers, check if file changed by another program</td> <td>2021 Feb 5</ted></tr> </table> ## License |