From a79382fb9d5fd527431b777b84d5eb34fb9b16eb Mon Sep 17 00:00:00 2001 From: Ruben Vermeersch Date: Fri, 20 Dec 2013 09:56:56 +0100 Subject: [PATCH] Some more release notes. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3ca29b2..c3d8839 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,11 @@ PO.load('text.po', function (err, po) { Originally based on node-po (written by Michael Holly). Rebranded because node-po is unmaintained and because this library is no longer limited to Node.JS: it works in the browser too. + + Changes compared to node-po: + + * Proper handling of async methods that won't crash your Node.JS process when + something goes wrong. + * Support for parsing string flags (e.g. fuzzy). + * A test suite. + * Browser support (through Browserified and bower).