summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2014-10-26 09:31:21 -0400
committerFlaviu Tamas <tamasflaviu@gmail.com>2014-10-29 17:54:43 -0400
commit218cb7587a351c9a29a7de5961f168a5cdbb5a70 (patch)
tree24cf05e50d80cf6358d4fcb261d1747340b52571 /web
parentbc3464ede77bba781928b7b0f425373a520077a4 (diff)
downloadNim-218cb7587a351c9a29a7de5961f168a5cdbb5a70.tar.gz
re module returns nil on failed captures
- tests included
- news.txt updated
Diffstat (limited to 'web')
-rw-r--r--web/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index c79eb55cc..b4316c989 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -22,6 +22,8 @@ News
   - Recursive tuple types are not allowed anymore. Use ``object`` instead.
   - The PEGS module returns ``nil`` instead of ``""`` when an optional capture
     fails to match
+  - The re module returns ``nil`` instead of ``""`` when an optional capture
+    fails to match
 
   Language Additions
   ------------------