summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-06-21 20:08:28 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-06-21 20:08:28 -0400
commitab16f69be615900cecd37027eb82a4aedb356392 (patch)
treebbc41afe1422223de6157b86e3830623003bdcdc /HISTORY.rst
parent28d9af852ad8cc5def501596da90c2f41ee74e06 (diff)
downloadtablib-ab16f69be615900cecd37027eb82a4aedb356392.tar.gz
big history update
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index d8dccb1..e3a7a8b 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,15 @@
History
-------
+0.9.9 (?)
++++++++++
+
+* Dataset API Changes
+* ``stack_rows`` => ``stack``, ``stack_columns`` => ``stack_cols``
+* column operations have their own methods now (``apend_col``, ``insert_col``)
+* List-style ``pop()``
+* Redis-style ``rpush``, ``lpush``, ``rpop``, ``lpop``, ``rpush_col``, and ``lpush_col``
+
0.9.8 (2011-05-22)
++++++++++++++++++