aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2014-12-26 12:39:53 +0100
committerMoritz Lenz <moritz@faui2k3.org>2014-12-26 12:39:53 +0100
commitb8f06b8fd866f4864c23fed2e2a32edd9412ded3 (patch)
tree162533dac2d5a632a1b6c8df3004189e5ffc3130
parent43e6655082933db5250fa0f0d6606b82ea0d3249 (diff)
Mention an incompatible change
-rw-r--r--docs/announce/2014.12.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/announce/2014.12.md b/docs/announce/2014.12.md
index 987ef49..66e5468 100644
--- a/docs/announce/2014.12.md
+++ b/docs/announce/2014.12.md
@@ -29,6 +29,7 @@ community.
Some of the new compiler features added to this release include:
+- $str ~~ s/// now returns a Match or list of Matches (incompatible change)
- Supply.lines/words and IO::Handle.words implemented
- &indir for scoped directory manipulations
- Various performance improvements