From 089c0b424c376d8d4efb319b1fe36eef867ee34b Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 7 Feb 2011 09:49:57 -0800 Subject: [PATCH] Update NEWS a bit --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 567d920ec1..f47f4d48a2 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ New in 3.1.0 + IPv6 is now supported + Added Parrot_ext_try function to extend API (experimental), to allow implementation of try .. catch construcs in C extensions. + + We now have a YAML library called YAML::Tiny, a port of YAML::Tiny from Perl 5 + + Deprecated/experimental features are now stored in api.yaml in an easy-to-parse + format, which will allow automated tools easy access to this data. This replaces + DEPRECATED.pod, which no longer exists. - Languages - Community - Documentation