aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-17 16:47:59 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-17 16:47:59 -0400
commit2f34d1359b65fd49424476d503120e2614c5f77c (patch)
tree9993cd815ed4f1c371a67f4a888fe59d60713ed9 /Changes
parent7ddf5ebe2e88be1012cee9d0cb4c47dc8a3bc86b (diff)
downloadlibvt100-python-2f34d1359b65fd49424476d503120e2614c5f77c.tar.gz
libvt100-python-2f34d1359b65fd49424476d503120e2614c5f77c.zip
changelog and version bump0.1.2
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 98d0d8d..b86aded 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for vt100
+0.1.2 2014-09-17
+ - Add methods to the cell and color objects, rather than just exposing the
+ structs and unions directly
+
0.1.1 2014-09-17
- Update libvt100 to handle a few more escape sequences (VPA, CHA, and the
1002 and 1006 DECSET/DECRST modes)