summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2018-01-03 11:23:27 -0500
committerErik Rose <erik@mozilla.com>2018-01-03 11:23:27 -0500
commit6a29ced8c1b10fad62ed2366e4bfec18b9d6831e (patch)
treee618e40c0ae7cd675969d1ebf0573242cec8e4f6 /README.rst
parent24073ca628342d2c99369117197791602c60e415 (diff)
downloadblessings-6a29ced8c1b10fad62ed2366e4bfec18b9d6831e.tar.gz
Update readme. Bump version to 1.6.1.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f6fc878..bc58962 100644
--- a/README.rst
+++ b/README.rst
@@ -437,6 +437,10 @@ Blessings is under the MIT License. See the LICENSE file.
Version History
===============
+1.6.1
+ * Don't crash if ``number_of_colors()`` is called when run in a non-terminal
+ or when ``does_styling`` is otherwise false.
+
1.6
* Add ``does_styling`` property. This takes ``force_styling`` into account
and should replace most uses of ``is_a_tty``.