summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-30 11:22:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-30 11:22:57 +0000
commit16e677e925131974acbd67131124e11301d127b4 (patch)
treedc6734c39114c88aeeeb6b72c46b141489cd66f5 /CHANGELOG.md
parentReleasing debian version 2.6.0-1. (diff)
downloadpre-commit-16e677e925131974acbd67131124e11301d127b4.tar.xz
pre-commit-16e677e925131974acbd67131124e11301d127b4.zip
Merging upstream version 2.7.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c487acf..a92a6b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,40 @@
+2.7.1 - 2020-08-23
+==================
+
+### Fixes
+- Improve performance of docker hooks by removing slow `ps` call
+ - #1572 PR by @rkm.
+ - #1569 issue by @asottile.
+- Fix un-`healthy()` invalidation followed by install being reported as
+ un-`healthy()`.
+ - #1576 PR by @asottile.
+ - #1575 issue by @jab.
+- Fix rare file race condition on windows with `os.replace()`
+ - #1577 PR by @asottile.
+
+2.7.0 - 2020-08-22
+==================
+
+### Features
+- Produce error message if an environment is immediately unhealthy
+ - #1535 PR by @asottile.
+- Add --no-allow-missing-config option to init-templatedir
+ - #1539 PR by @singergr.
+- Add warning for old list-style configuration
+ - #1544 PR by @asottile.
+- Allow pre-commit to succeed on a readonly store.
+ - #1570 PR by @asottile.
+ - #1536 issue by @asottile.
+
+### Fixes
+- Fix error messaging when the store directory is readonly
+ - #1546 PR by @asottile.
+ - #1536 issue by @asottile.
+- Improve `diff` performance with many hooks
+ - #1566 PR by @jhenkens.
+ - #1564 issue by @jhenkens.
+
+
2.6.0 - 2020-07-01
==================