In .:
[mono.git] / mcs / class / System / System.Text.RegularExpressions / ChangeLog
index 95ea496ca084ecfbf39e8af4fd670ea008e6b3b8..a0e9f3e6e8df85e330c35ec2ee5f28323a932b12 100644 (file)
@@ -1,3 +1,10 @@
+2005-08-23  Raja R Harinath  <rharinath@novell.com>
+
+       * regex.cs: Remove.  Split into ...
+       * MatchEvaluator.cs, Regex.cs, RegexCompilationInfo.cs, 
+       RegexOptions.cs: ... these.  Now every publicly exposed type in
+       this namespace has its own file.
+
 2005-07-21  Florian Gross  <flgr@ccan.de>
 
        * Fixed a bug in category.cs that caused ECMAScript \d to fail.