aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2014-08-30 23:33:20 +0200
committerTobias Leich <email@froggs.de>2014-08-30 23:33:20 +0200
commitc02a71247e731b55492043eec81d69936c126d36 (patch)
tree19aff9b957b4a68b8e0f3c329d2baa22fc460f56
parent11f446f89e8e1db04fdbbb7fd5488d85016739e6 (diff)
fix typos in announcement, japhb++2014.08
-rw-r--r--docs/announce/2014.08.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/announce/2014.08.md b/docs/announce/2014.08.md
index f8538c0..372c20f 100644
--- a/docs/announce/2014.08.md
+++ b/docs/announce/2014.08.md
@@ -42,13 +42,13 @@ Some of the new features added to this release include:
* subbuf-rw specced and implemented
* the tr/// operator is implemented and has the proper return value
* improved string handling for MoarVM backend
-* all backends now allow C pointer arithmetic and casting of pointers to Perl 6 types (this funtionality is exposed by NativeCall)
+* all backends now allow C pointer arithmetic and casting of pointers to Perl 6 types (this functionality is exposed by NativeCall)
* fixed 'fail' so it also prints a backtrace
* IO::Socket::Async now also works on JVM
* added or updated many Supply methods: act, batch, categorize, Channel, classify, delay, elems, flat, grab, last, live, max, min, minmax, merge, migrate, Promise, reduce, reverse, rotor, sort, squish, stable, start, uniq, wait, zip
* added IO::Notification.watch_path / IO::Path::watch which return a Supply of file system changes
* added first-index, last-index, grep-index subs/methods
-* deprecate $*OS, $*OSVER, $*VM, $*VM, $*PERL $*PERL...
+* deprecate $*OS, $*OSVER, $*VM, $*PERL...
* added $*KERNEL, $*DISTRO, $*VM, $*PERL as full blown objects
* "use v5" is no longer a noop, but actually tries to load the "v5" module (soon available as part of Rakudo*)
* implemented labeled loops and throwing of labels as payload
@@ -58,7 +58,7 @@ handle appropriately, although they will appear in upcoming releases.
Some of the not-quite-there features include:
* advanced macros
- * threads and concurrency (in work for the JVM and MoarVM backend)
+ * threads and concurrency (in progress for the JVM and MoarVM backend)
* Unicode strings at levels other than codepoints
* interactive readline that understands Unicode
* non-blocking I/O