summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Balabanov <arturb@mustardsystems.com>2018-07-06 17:42:53 +0100
committerArtur Balabanov <arturb@mustardsystems.com>2018-07-06 17:42:53 +0100
commit27f2b6990d2334c62dd4fd2f1bccdd09e86649ff (patch)
treea37b0d1de1c2ca767bdd90c33b23b791e024d662
parent87451b3806e04e8aa1df12c47ab26db7ac0bb606 (diff)
Updated the changelog with the bug fix description
-rw-r--r--AUTHORS1
-rw-r--r--changelog.rst2
2 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 12d33c99..72c9124a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -82,6 +82,7 @@ Contributors:
* Matthieu Guilbert
* Alexandr Korsak
* Saif Hakim
+ * Artur Balabanov
Creator:
diff --git a/changelog.rst b/changelog.rst
index 5dd8512a..412faebc 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -25,6 +25,7 @@ Bug Fixes:
* Fix ipython magic connection (#891). (Thanks: `Irina Truong`_)
* Fix not enough values to unpack. (Thanks: `Matthieu Guilbert`_)
* Fix unbound local error when destructive_warning is false. (Thanks: `Matthieu Guilbert`_)
+* Render tab characters as 4 spaces instead of `^I`. (Thanks: `Artur Balabanov`_)
1.9.1:
======
@@ -838,3 +839,4 @@ Improvements:
.. _`Matthieu Guilbert`: https://github.com/gma2th
.. _`Alexandr Korsak`: https://github.com/oivoodoo
.. _`Saif Hakim`: https://github.com/saifelse
+.. _`Artur Balabanov`: https://github.com/arturbalabanov