From 03ba06f70c9ad5cdc9b49d816490fc28d6dbbdc5 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Wed, 1 Aug 2012 03:34:06 -0300 Subject: [PATCH] Add new bug fix comment. --- doc/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/index.html b/doc/index.html index 56c958f..d8ee4a4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -142,6 +142,9 @@ IPv6 addresses, and return the socket family as a third value;
  • Added: getoption method;
  • Fixed: url.unescape was returning additional values; +
  • Fixed: mime.qp, mime.unqp, + mime.b64, and mime.unb64 could + mistaking their own stack slots for functions arguments;
  • Fixed: Receiving zero-length datagram is now possible;
  • Improved: Hidden all internal library symbols;
  • Improved: Better error messages;