[svn:parrot] r38053 - trunk

coke at svn.parrot.org coke at svn.parrot.org
Sat Apr 11 03:54:40 UTC 2009


Author: coke
Date: Sat Apr 11 03:54:34 2009
New Revision: 38053
URL: https://trac.parrot.org/parrot/changeset/38053

Log:
[docs] Keep news up to date.

Modified:
   trunk/DEPRECATED.pod
   trunk/NEWS

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Sat Apr 11 03:20:45 2009	(r38052)
+++ trunk/DEPRECATED.pod	Sat Apr 11 03:54:34 2009	(r38053)
@@ -102,12 +102,6 @@
 
 =over 4
 
-=item PMC union struct [eligible in 1.1]
-
-This will be removed once all core PMCs have been updated.
-
-L<http://rt.perl.org/rt3/Ticket/Display.html?id=48014>
-
 =item :anon and :vtable named parameters to add_method [eligible in 1.1]
 
 If you want to override a vtable method/function when building a Class, then

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	Sat Apr 11 03:20:45 2009	(r38052)
+++ trunk/NEWS	Sat Apr 11 03:54:34 2009	(r38053)
@@ -7,8 +7,9 @@
   + Removed ops: gcd, exec, classname, need_finalize, runinterp, substr_r
   + Removed dynamic op: mul 
   + Removed .HLL_map directive; use interp's .hll_map() instead
-  + Removed PMCs: slice, bound_nci
+  + Removed PMCs: slice, bound_nci, ref
   + Removed Configure.pl option: --pmc
+  + Removed PMC union struct
 
 New in 1.0.0
 - Documentation


More information about the parrot-commits mailing list