From 2b5899726fc99b3359a1f336003a898d1d70b0b3 Mon Sep 17 00:00:00 2001 From: Whiteknight Date: Wed, 24 Nov 2010 09:10:41 -0500 Subject: [PATCH] find_codepoint is no longer experimental, it is supported. Remove the entry from DEPRECATED.pod and add a short blurb to NEWS --- DEPRECATED.pod | 6 ------ NEWS | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/DEPRECATED.pod b/DEPRECATED.pod index de00702b7c..9f43c12edf 100644 --- a/DEPRECATED.pod +++ b/DEPRECATED.pod @@ -211,12 +211,6 @@ Part of COW removal. L -=item find_codepoint [experimental] - -Intended to replace the CodeString charname_to_ord method. - -L - =item finalize [experimental] Finalize exception handler, unrolling inner runloops if needed. diff --git a/NEWS b/NEWS index 1d49cd9529..cc3f1b75c4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ New in 2.11.0 - Core + Just In Time native call frame generation using LibFFI + + PIR op find_codepoint is no longer experimental, it is now supported New in 2.10.0 - Core