]> git.saurik.com Git - wxWidgets.git/commitdiff
added notes about wxRegEx
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2001 17:15:10 +0000 (17:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2001 17:15:10 +0000 (17:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/readme.txt

index 06f9027edec13849598135391c5c775e774d8f7e..45ad12764b44898dfb1441fad64a5e094749d766 100644 (file)
@@ -1,6 +1,16 @@
 wxWindows 2 Change Log
 ----------------------
 
+2.3.3
+-----
+
+wxBase:
+
+- wxRegEx class added
+
+2.3.2
+-----
+
 2.3.1
 -----
 
index 4d29d416762a2f54ee71eb39d20c2eb9eaae4e05..be2fb1c157e2acad39bbc74f25239e812575be88 100644 (file)
@@ -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
 -------------