aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-17 16:09:33 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-17 16:09:33 -0400
commit0d7a832ca2158c4dd18c17fe15636bcadfb74aa2 (patch)
tree6b61cfc808c60141445d92735cc8d5d9424069b4 /Changes
parentbe1ed680c9e46734390ee579f0f684c4055edd16 (diff)
downloadlibvt100-python-0d7a832ca2158c4dd18c17fe15636bcadfb74aa2.tar.gz
libvt100-python-0d7a832ca2158c4dd18c17fe15636bcadfb74aa2.zip
changelog and version bump0.1.6
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index 34dbf0c..7171165 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,11 @@
Revision history for vt100
+0.1.6 2014-10-17
+ - Fix ctypes struct definition to match the c-level definition (this fixes
+ cell.is_wide())
+
0.1.5 2014-09-25
- - actually call the delete function when appropriate
+ - Actually call the delete function when appropriate
0.1.4 2014-09-17
- Update libvt100 to quiet some warnings about unimplemented unimportant