summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 37868d8fe..9fef3ae06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2088,8 +2088,8 @@ Version 2.0.2 (20 February 2011)
Fix handling of multiple regex-using %renames attached to the same
declaration. For example, now
- %rename("%(regex/^Set(.*)/put\\1/)s") "";
- %rename("%(regex/^Get(.*)/get\\1/)s") "";
+ %rename("%(regex:/^Set(.*)/put\\1/)s") "";
+ %rename("%(regex:/^Get(.*)/get\\1/)s") "";
works as expected whereas before only the last anonymous rename was
taken into account.