From 6a18b6d0e3fdaa569e15dcdadcb4cb41b3e1f4f0 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Tue, 24 Jul 2018 17:45:13 +0200 Subject: [PATCH] Emanuele Gaifas -> Lele Gaifax --- changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.rst b/changelog.rst index 0ac3e5ad..043c069f 100644 --- a/changelog.rst +++ b/changelog.rst @@ -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