summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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