[svn:parrot] r35838 - trunk

[email protected] Tue, 20 Jan 2009 11:15:30 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: jonathan
Date: Tue Jan 20 11:15:29 2009
New Revision: 35838

Modified:
   trunk/NEWS

Log:
Two more bits of recently produced NEWS.

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Jan 20 11:15:29 2009
@@ -3,6 +3,7 @@
 New in January 2009 release
 - Implementation
   + Implemented bytecode annotations
+  + Role composition is now aware of multi-subs
 - Compilers
   + IMCC
     - removed keyed string indexing, e.g. $S0[1].
@@ -45,6 +46,7 @@
     - basic support for submethods
     - implemented Junction autothreading of user code (not builtins yet)
     - eval supports :lang attribute
+    - proto makes other subs in scope multis, including in role composition
   + Befunge
     - back to working state
     - ported to pir