summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 16:44:46 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 16:44:46 +1000
commitd3883fc8c38006d4ec429477a0c532b222454165 (patch)
tree00e008cc731d38940dfe6e66981162714b90a09c /docs
parent1813763fc5f50aca2ae895900ce6dd619da4793b (diff)
downloadansicolor-d3883fc8c38006d4ec429477a0c532b222454165.tar.gz
update changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/src/changes.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/src/changes.rst b/docs/src/changes.rst
index 09a4831..1e126b7 100644
--- a/docs/src/changes.rst
+++ b/docs/src/changes.rst
@@ -2,6 +2,19 @@ Release notes
=============
+0.3.0
+-----
+
+- Dropped support for Python 2.6.
+
+0.2.6
+-----
+
+- New :func:`ansicolor.get_code_v2` which mirrors :func:`ansicolor.get_code` but also
+ allows passing ``underline`` and ``blink``.
+- New :func:`ansicolor.colorize_v2` which mirrors :func:`ansicolor.colorize` but also
+ allows passing ``underline`` and ``blink``.
+
0.2.4
-----