aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-04-20 07:59:44 +0100
committerSteve Mynott <steve.mynott@gmail.com>2016-04-20 07:59:44 +0100
commit0e36f4edd00618ac91f7a96c800b63643043148c (patch)
treecc5c70d011c0d01f2a1331ce16fdb8076ed84095 /docs
parent12107319cb67fb9e6ab5fe5cb99f1163d2a41c24 (diff)
compiler changelog updates
Diffstat (limited to 'docs')
-rw-r--r--docs/announce/2016.04.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/announce/2016.04.md b/docs/announce/2016.04.md
index e01280e..14d29be 100644
--- a/docs/announce/2016.04.md
+++ b/docs/announce/2016.04.md
@@ -30,9 +30,13 @@ Some of the new compiler features since the last Rakudo Star release include:
* Native string arrays.
* Values in the environment value hash are now allomorphic.
* Blob is now a proper value type.
- * Many Time & Memory efficiency improvements including faster accessor/mutators.
+ * Many Time & Memory efficiency improvements including faster accessor/mutators, sorting and object comparison.
* Can now uninstall modules.
* Modules can now be shared between rakudo versions.
+ * "magic" inc/dec cleaned up.
+ * utf8-c8 encoding crashes fixed.
+ * pre-comp locking fix.
+ * missing module error mentions line number.
* The usual assortment of bug fixes and error message improvements.
Notable changes in modules shipped with Rakudo Star: