aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-04-20 14:33:10 +0100
committerSteve Mynott <steve.mynott@gmail.com>2016-04-20 14:33:10 +0100
commitda0d9921cd466599a7d97b8a035c58f2ca78c0a5 (patch)
tree337ca2df796638c20dcd6685cd2ba1218e4b0726 /docs
parent0e36f4edd00618ac91f7a96c800b63643043148c (diff)
doc some module changes in annouce
Diffstat (limited to 'docs')
-rw-r--r--docs/announce/2016.04.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/announce/2016.04.md b/docs/announce/2016.04.md
index 14d29be..5187362 100644
--- a/docs/announce/2016.04.md
+++ b/docs/announce/2016.04.md
@@ -41,13 +41,18 @@ Some of the new compiler features since the last Rakudo Star release include:
Notable changes in modules shipped with Rakudo Star:
- * Bailador: removed and available in the ecosystem.
+ * Bailador: removed and available in the ecosystem.
* ufo: removed and available in the ecosystem.
* Native::Resources: helper for native code added.
* DBIish: Better Oracle & Postgres support, more GLRish API and many other fixes.
* Shell::Command: deprecated "which".
* Panda: Fix issues with paths containing spaces, '--help' option added etc.
- * And much more
+ * p6doc: no longer creates empty FakeDir directories (was workaround for now fixed precomp bug).
+ * JSON::Fast: fix for undefined value.
+ * NativeHelpers::Blob: version 0.1.8 with improved windows tests.
+ * PSGI: allow output to be a Buf.
+ * Shell::Command: travis fix and deprecate which on Windows and Mac.
+ * And much more.
There are some key features of Perl 6 that Rakudo Star does not yet
handle appropriately, although they will appear in upcoming releases.