aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dc18fec..b8e5ba3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-06-22 Jay Berkenbilt <ejb@ql.org>
+ * Provided a more useful error message when Windows can't get
+ security context. Thanks to user zdenop for supplying some code.
+ Fixes #286.
+
* Favor PointerHolder over manual memory allocation in shippable
code where possible. Fixes #235.