Update changelog.
diff --git a/CHANGES.current b/CHANGES.current
index c4cc251..25a6d06 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -12,6 +12,13 @@
             inside a template. Removes associated bogus 'Illegal destructor name' warning. Only
             occurred when the nested class' destructor is explicitly specified.
 
+2018-12-04: adr26
+            [Python] #1368 AV in tp_print caused by mismatched Python/extension CRT usage
+
+            Remove all use of tp_print, as this API uses a FILE*, which can be
+            mismatched when modules are built with different C libraries from
+            the main python executable.
+
 2018-12-04: wsfulton
             [Python] #1282 Fix running 'python -m'  when using 'swig -builtin'