summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-01-18 13:49:06 +0100
committerAraq <rumpf_a@web.de>2016-01-18 13:49:06 +0100
commit7211462a04f7759126145a878b98f598494322ea (patch)
treeaf282980cf82d81d69ee1196d60e5e77ba07dad3
parent38da21fc62381fefe8f9e957fb0144cda4e7903a (diff)
parent255fee81be11843df67ff5dfd456c7aea28afc1a (diff)
downloadNim-7211462a04f7759126145a878b98f598494322ea.tar.gz
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
-rw-r--r--web/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index bd74ae1a3..8d11127a1 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 <https://github.com/docopt/docopt.nim/issues/13>`_
+  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