summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <grinch@grinchcentral.com>2012-06-02 14:26:51 -0700
committerErik Rose <grinch@grinchcentral.com>2012-06-02 14:28:23 -0700
commit4cce79c2b95fa0159b6af2a6730278e3b721e9c4 (patch)
treeead448a64676f45a85cf097a33c5d16e91384489 /README.rst
parent0f19539b5f87366bb2833f5a91311df72a1d4894 (diff)
downloadblessings-4cce79c2b95fa0159b6af2a6730278e3b721e9c4.tar.gz
Bump version to 1.4.
Tweak short description to match what a Google search suggests is more common wording.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7eb6c30..3821789 100644
--- a/README.rst
+++ b/README.rst
@@ -361,6 +361,13 @@ Blessings is under the MIT License. See the LICENSE file.
Version History
===============
+1.4
+ * Add syntactic sugar for cursor visibility control and single-space-movement
+ capabilities.
+ * Endorse the ``location()`` idiom for restoring cursor position after a
+ series of manual movements.
+ * Fix a bug in which ``location()`` wouldn't do anything when passed zeroes.
+
1.3
* Added ``number_of_colors``, which tells you how many colors the terminal
supports.