From 6c6820dba847a1d2da90c67debca0224b1744f93 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 25 Aug 2006 11:05:20 +0000 Subject: [PATCH] Add the regex reshuffle to the release notes --- docs/users_guide/6.6-notes.xml | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 980efff..1f4e485 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -706,6 +706,16 @@ ForeignPtr. + + + The Text.Regex and + Text.Regex.Posix modules have been removed. + Instead, use the new regex-compat package + for a drop-in Text.Regex replacement, or + the new library in the new regex-posix + package. + + @@ -858,6 +868,56 @@ + regex-base + + + + Version 0.71. + + + + + New library that provides common functions for different + regex backends. + + + + + + + regex-compat + + + + Version 0.71. + + + + + New package providing a replacement + Text.Regex module. + + + + + + + regex-posix + + + + Version 0.71. + + + + + A new package providing POSIX regexes. + + + + + + stm -- 1.7.10.4