aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-11-25 10:08:46 +0000
committerMoritz Lenz <moritz@faui2k3.org>2015-11-25 10:08:46 +0000
commit640b132418396c57faefc7a1801192b10bd522fe (patch)
tree400138fb5083d07932c796be675449caa2c402ea
parent8202b71aa3c4833f06c99a28074b8874288e8246 (diff)
parent349fb9812eb01ef3e6716cfc6ebd149302d6cc05 (diff)
Merge branch 'master' of github.com:rakudo/star
-rw-r--r--docs/announce/2015.11.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/announce/2015.11.md b/docs/announce/2015.11.md
index b090c5f..1cedea6 100644
--- a/docs/announce/2015.11.md
+++ b/docs/announce/2015.11.md
@@ -54,7 +54,7 @@ Some of the new compiler features since the ast Rakudo Star release include:
+ `&nextcallee` implemented, which returns the routine that `nextsame` would invoke
+ Many speedups
-The Rakudo Perl 6 compiler is now officialy in beta for the upcoming
+The Rakudo Perl 6 compiler is now officially in beta for the upcoming
production release around Christmas 2015.
Please note that this release of Rakudo Star is not fully functional with the
@@ -65,7 +65,7 @@ Notable changes in modules shipped with Rakudo Star:
* Bailador: Add MIT License
* DBIish: Improved Windows support
* doc: More documentation; generated HTML is better searchable
-* Template::Mustache: Switchted from LGPL to Artistic License 2.0
+* Template::Mustache: Switched from LGPL to Artistic License 2.0
* panda: Default action is no longer `install`; better help messages
* Digest::MD5: Now accepts non-ASCII input (internally encodes as Latin-1)
* LWP::Simple: Support for successful return codes besides 200