From 7c3a8e126849da224180d489504ae6cc36804b72 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 23 Jun 2018 10:29:34 -0700 Subject: [PATCH] Add issue number --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f2ad24e1..1873413e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,7 +22,7 @@ Changes in this release include the following: * Fixed a linking problem on macOS. The new waf added an explicit link to the Python shared library which menat that it would try to load it at runtime, even if a different Python (such as Anaconda, EDM or Homebrew) was used to - import wxPython. This, of course, caused runtime errors. + import wxPython. This, of course, caused runtime errors. (#892)