summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2018-05-14 17:32:11 -0400
committerGitHub <noreply@github.com>2018-05-14 17:32:11 -0400
commitd971e49993ef3d0308e9f1f4466c87b0e8463bea (patch)
tree87bfdc0f3e6726acfa428ecf016a44d4fda3e851 /changelog.rst
parent16fb504ab9bbdeeb3fe98d94243f9f02a85de8e7 (diff)
parentdc74a0acd004126bd3d01a0fd6f1df9acae23db1 (diff)
Merge pull request #877 from catherinedevlin/keep_callables
Keep callables
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index bc055083..fb307a02 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -754,6 +754,7 @@ Bug Fixes:
----------
* Fix the broken behavior of \d+. (Thanks: https://github.com/macobo)
* Fix a crash during auto-completion. (Thanks: https://github.com/Erethon)
+* Avoid losing pre_run_callables on error in editing. (Thanks: https://github.com/catherinedevlin)
Improvements:
-------------