diff --git a/libsrc/jsyntaxpane/jsyntaxpane/CHANGELOG.txt b/libsrc/jsyntaxpane/jsyntaxpane/CHANGELOG.txt index d57ce4292..300d8c62e 100644 --- a/libsrc/jsyntaxpane/jsyntaxpane/CHANGELOG.txt +++ b/libsrc/jsyntaxpane/jsyntaxpane/CHANGELOG.txt @@ -60,7 +60,7 @@ Version 0.9.2: (replaced with Regex OR) * Removed calls to deprecated calls in SyntaxView * Modified the SyntaxDOcument to override the fireXXX methods and parse - the document at that time instead of overriding the inserUpdate method. + the document at that time instead of overriding the insertUpdate method. This fixes issue 24. * Added Groovy GString expression highlights * Removed getLanguages method from Lexer interface and implementations.