diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -19,7 +19,7 @@
 ----------------
   * Made configuration into a datatype.
 
-0.4.1: Feb 4 2013
+0.4.2: Feb 4 2013
 ------------------
   * Precompilation bugs fixed by [takano-akio](https://github.com/takano-akio)!
     Now precompilation is on by default.
diff --git a/Text/Regex/PCRE/Rex.hs b/Text/Regex/PCRE/Rex.hs
--- a/Text/Regex/PCRE/Rex.hs
+++ b/Text/Regex/PCRE/Rex.hs
@@ -22,9 +22,6 @@
 -- 4) Precompiles the regular expression at compile time, by calling into the
 -- PCRE library and storing a 'ByteString' literal representation of its state.
 --
--- NOTE: for some unknown reason this feature is currently broken, and so off by
--- default.
---
 -- 5) Compile-time configurable to use different PCRE options, turn off
 -- precompilation, use 'ByteString's, or set a default mapping expression.
 --
diff --git a/rex.cabal b/rex.cabal
--- a/rex.cabal
+++ b/rex.cabal
@@ -1,5 +1,5 @@
 Name:                rex
-Version:             0.4.1
+Version:             0.4.2
 Synopsis:            A quasi-quoter for typeful results of regex captures.
 Description:         Provides a quasi-quoter for regular expressions which
                      yields a tuple, of appropriate arity and types,
