aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/announce/2014.12.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/announce/2014.12.md b/docs/announce/2014.12.md
index 32f3dfe..be464da 100644
--- a/docs/announce/2014.12.md
+++ b/docs/announce/2014.12.md
@@ -32,9 +32,9 @@ Some of the new features added to this release include:
- Supply.lines/words and IO::Handle.words implemented
- &indir for scoped directory manipulations
- Various performance improvements
-- Method 'for' as an alias for 'map'. Map will stop flattening the list eventually, 'for' remains as it is n
+- Method 'for' as an alias for 'map'. Map will stop flattening the list eventually, 'for' remains as it is now
- Method 'unique' as a successor for 'uniq'
-- Introduce IO::Handle.slurp-rest for slurping rest from handle
+- Introduce IO::Handle.slurp-rest for slurping rest from the handle
- Fix tie-breaking issues with longest literal matching
- Method FALLBACK implemented
- $*DISTRO and $*KERNEL updated ($*DISTRO now actually report the Linux dist)