1
0
Fork 0

Updated the changelog with the bug fix description

This commit is contained in:
Artur Balabanov 2018-07-06 17:42:53 +01:00
parent 87451b3806
commit 27f2b6990d
2 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,7 @@ Contributors:
* Matthieu Guilbert
* Alexandr Korsak
* Saif Hakim
* Artur Balabanov
Creator:

View File

@ -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