aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-01-11 23:02:42 +0000
committerWilfred Hughes <me@wilfred.me.uk>2018-01-11 23:03:57 +0000
commite1b660e2a48b39b0a81119c2593362dd60076757 (patch)
treeed947cf6210be5d71ded0be5c2c19d11b82a7061 /CHANGELOG.md
parent1b8a99a6c3857ecd09bf39702158939d3c3af63d (diff)
Don't prompt the user about unsafe buffer-local variables0.6
When we are opening a buffer for source code, we're essentially in batch mode.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96ed360..ea45cf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,9 @@ least recently accessed. Previously, we killed in creation order.
If a function also has a unit test of the same name, allow it to be
run directly from the property list.
+Fixed an issue where we would repeatedly prompt the user regarding
+unsafe buffer-local variables.
+
# v0.5
Allow function tracing to be enabled/disabled from Helpful buffers.