1
0
Fork 0

Emanuele Gaifas -> Lele Gaifax

This commit is contained in:
Lele Gaifax 2018-07-24 17:45:13 +02:00
parent 9aae5ee34a
commit 6a18b6d0e3
1 changed files with 3 additions and 3 deletions

View File

@ -244,7 +244,7 @@ Bug Fixes:
* Fix scoping for columns from CTEs. (Thanks: `Joakim Koljonen`_)
* Fix crash after `with`. (Thanks: `Joakim Koljonen`_).
* Fix issue #603 (`\i` raises a TypeError). (Thanks: `Emanuele Gaifas`_).
* Fix issue #603 (`\i` raises a TypeError). (Thanks: `Lele Gaifax`_).
Internal Changes:
@ -280,7 +280,7 @@ Bug Fixes:
* Fix crash bug with leading parenthesis. (Thanks: `Joakim Koljonen`_).
* Remove cumulative addition of timing data. (Thanks: `Amjith Ramanujam`_).
* Handle unrecognized keywords gracefully. (Thanks: `Darik Gamble`_)
* Use raw strings in regex specifiers. This preemptively fixes a crash in Python 3.6. (Thanks `Emanuele Gaifas`_)
* Use raw strings in regex specifiers. This preemptively fixes a crash in Python 3.6. (Thanks `Lele Gaifax`_)
Internal Changes:
-----------------
@ -844,7 +844,7 @@ Improvements:
.. _`Fabien Meghazi`: https://github.com/amigrave
.. _`Manuel Barkhau`: https://github.com/mbarkhau
.. _`Sergii`: https://github.com/foxyterkel
.. _`Emanuele Gaifas`: https://github.com/lelit
.. _`Lele Gaifax`: https://github.com/lelit
.. _`tk`: https://github.com/kanet77
.. _`Owen Stephens`: https://github.com/owst
.. _`Russell Davies`: https://github.com/russelldavies