From 2928ac68e524bb5cacd522507bac0a147d01cd75 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 16 Jan 2015 19:36:59 +0100 Subject: [PATCH] doc: bump punycode api stability to 'stable' The punycode library has been in the tree for over three years now and has been de facto stable for all that time, if not perhaps de jure. Let's make it official. PR-URL: https://github.com/iojs/io.js/pull/470 Reviewed-By: Chris Dickinson Reviewed-By: Trevor Norris --- doc/api/punycode.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/punycode.markdown b/doc/api/punycode.markdown index 12086f3e22..e68f0b2671 100644 --- a/doc/api/punycode.markdown +++ b/doc/api/punycode.markdown @@ -1,6 +1,6 @@ # punycode - Stability: 2 - Unstable + Stability: 3 - Stable [Punycode.js](https://mths.be/punycode) is bundled with io.js v1.0.0+ and Node.js v0.6.2+. Use `require('punycode')` to access it. (To use it with