summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-12-17 23:48:02 -0800
committerErik Rose <erik@mozilla.com>2011-12-17 23:48:02 -0800
commit58a9726a0bb23e684255bcc3009ab05fcc10a5f5 (patch)
tree50047bff2ccbc4011be49c882a2cdd2616163505 /README.rst
parent5d5748283e31a749a8d3d258fd750fed13948582 (diff)
downloadblessings-58a9726a0bb23e684255bcc3009ab05fcc10a5f5.tar.gz
Make 1.3's release notes past tense like the others.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 59983de..692fff5 100644
--- a/README.rst
+++ b/README.rst
@@ -353,20 +353,20 @@ Version History
===============
1.3
- * Add ``number_of_colors``, which tells you how many colors the terminal
+ * Added ``number_of_colors``, which tells you how many colors the terminal
supports.
* Made ``color(n)`` and ``on_color(n)`` callable to wrap a string, like the
named colors can. Also, make them both fall back to the ``setf`` and
``setb`` capabilities (like the named colors do) if the ANSI ``setaf`` and
``setab`` aren't available.
- * Allow ``color`` attr to act as an unparametrized string, not just a
+ * Allowed ``color`` attr to act as an unparametrized string, not just a
callable.
- * Make ``height`` and ``width`` examine any passed-in stream before falling
+ * Made ``height`` and ``width`` examine any passed-in stream before falling
back to stdout. (This rarely if ever affects actual behavior; it's mostly
philosophical.)
- * Make caching simpler and slightly more efficient.
- * Get rid of a reference cycle between Terminals and FormattingStrings.
- * Update docs to reflect that terminal addressing (as in ``location()``) is
+ * Made caching simpler and slightly more efficient.
+ * Got rid of a reference cycle between Terminals and FormattingStrings.
+ * Updated docs to reflect that terminal addressing (as in ``location()``) is
0-based.
1.2