summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-09-03 21:36:41 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-09-03 21:36:41 -0400
commit86d9a291eb490f601cffb6ab773cca3a853b3432 (patch)
tree1069cbe0387d1b785e6d56da7b5792fcbc5a06ac /CHANGES.rst
parent27dbbc74dbdfe8a344345521b7f21f794b1c7fbe (diff)
downloadcherrypy-git-86d9a291eb490f601cffb6ab773cca3a853b3432.tar.gz
Update changelog. Ref #1787.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a30f793c..d85ec064 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,10 @@
+v18.2.0
+-------
+
+* File-based sessions no longer attempt to remove the lock files
+ when releasing locks, instead deferring to the default behavior
+ of zc.lockfile. Fixes :issue:`1391` and :issue:`1779`.
+
v18.1.2
-------