From 500a64f040767ec143b6d0f9549242b5aa307665 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 6 Mar 2015 20:55:25 -0600 Subject: [PATCH] Add notes for updates to git hook --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 643ffb0..ca9d8cf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,9 +17,14 @@ CHANGES See also `GitLab#32`_ +- **Feature** Allow git hook configuration to live in ``.git/config``. + See the updated `VCS hooks docs`_ for more details. (`GitLab!20`_) + .. _GitLab#31: https://gitlab.com/pycqa/flake8/issues/31 .. _GitLab#32: https://gitlab.com/pycqa/flake8/issues/32 .. _GitLab#35: https://gitlab.com/pycqa/flake8/issues/35 +.. _GitLab!20: https://gitlab.com/pycqa/flake8/merge_requests/20 +.. _VCS hooks docs: https://flake8.readthedocs.org/en/latest/vcs.html 2.3.0 - 2015-01-04 ------------------