From d3d7f0e670b09fdd571fa6f2cf18ee36b793b6c7 Mon Sep 17 00:00:00 2001 From: Filip Kucharczyk Date: Thu, 5 Dec 2019 01:18:29 +0100 Subject: [PATCH] Changelog --- CONTRIBUTING.rst | 2 +- docs/changelog.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b571acf1..27759f8f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -44,7 +44,7 @@ You can install `pre-commit `_ into your git hooks, to automatically check and fix any formatting issue before creating a git commit. -Simply run the following command: +To enable ``pre-commit`` simply run: .. code-block:: console diff --git a/docs/changelog.rst b/docs/changelog.rst index 933d0231..38f1a85e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,8 +25,8 @@ Development - In bulk write insert, the detailed error message would raise in exception. - Added ability to compare Q and Q operations #2204 - Added ability to use a db alias on query_counter #2194 -- Added pre-commit -- Renamed requirements-lint.txt to requirements-dev.txt +- Added pre-commit #2212 +- Renamed requirements-lint.txt to requirements-dev.txt #2212 Changes in 0.18.2 =================