diff options
author | Rob Hoelz <rob@hoelz.ro> | 2013-02-21 21:10:34 +0100 |
---|---|---|
committer | Rob Hoelz <rob@hoelz.ro> | 2013-02-21 21:10:34 +0100 |
commit | ccc60931a2782185d4f9f268d8a5bf75a9a1a023 (patch) | |
tree | 51528a8da27b0d915236de68eca14dd8a0ddc1c8 | |
parent | 6b72c9bf9edb15a9562e20a7794321e95b7824f9 (diff) | |
download | lua-term-ccc60931a2782185d4f9f268d8a5bf75a9a1a023.tar.gz lua-term-ccc60931a2782185d4f9f268d8a5bf75a9a1a023.tar.bz2 lua-term-ccc60931a2782185d4f9f268d8a5bf75a9a1a023.zip |
Add changelog entries for work done for 0.2
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,7 @@ | |||
1 | 0.02 *Pending* | ||
2 | - Add cursor functions. | ||
3 | - Add clear functions. | ||
4 | - Deprecate term.isatty. Use luaposix instead. | ||
5 | |||
1 | 0.01 2012-06-25 23:30:00 | 6 | 0.01 2012-06-25 23:30:00 |
2 | - Initial release. Includes colors and isatty. | 7 | - Initial release. Includes colors and isatty. |