From 255fee81be11843df67ff5dfd456c7aea28afc1a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 18 Jan 2016 12:39:49 +0000 Subject: [PATCH] Documented PCRE version bump in 0.12.0 in news.txt. --- web/news.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/news.txt b/web/news.txt index bd74ae1a3f..8d11127a14 100644 --- a/web/news.txt +++ b/web/news.txt @@ -121,6 +121,11 @@ changes are also documented in this forum Changes affecting backwards compatibility ----------------------------------------- +- The regular expression modules, ``re`` and ``nre`` now depend on version + 8.36 of PCRE. If you have an older version you may see a message similar + to ``could not import: pcre_free_study`` output when you start your + program. See `this issue `_ + for more information. - ``tables.[]``, ``strtabs.[]``, ``critbits.[]`` **now raise** the ``KeyError`` **exception when the key does not exist**! Use the new ``getOrDefault`` instead to get the old behaviour. Compile all your