diff --git a/docs/changes.txt b/docs/changes.txt index 06f9027ede..45ad12764b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,6 +1,16 @@ wxWindows 2 Change Log ---------------------- +2.3.3 +----- + +wxBase: + +- wxRegEx class added + +2.3.2 +----- + 2.3.1 ----- diff --git a/docs/readme.txt b/docs/readme.txt index 4d29d41676..be2fb1c157 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -179,6 +179,10 @@ If you use JPEG image handler, documentation for your program should contain following sentence: "This software is based in part on the work of the Independent JPEG Group". See src/jpeg/README for details. +If you use wxRegEx class on a system without native regular expressions +support (i.e. MS Windows), see src/regex/COPYRIGHT file for Henry Spencer's +regular expression library copyright. + Documentation -------------