diff options
-rw-r--r-- | doc/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
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; | |||
142 | </ul> | 142 | </ul> |
143 | <li> Added: <tt>getoption</tt> method; | 143 | <li> Added: <tt>getoption</tt> method; |
144 | <li> Fixed: <tt>url.unescape</tt> was returning additional values; | 144 | <li> Fixed: <tt>url.unescape</tt> was returning additional values; |
145 | <li> Fixed: <tt>mime.qp</tt>, <tt>mime.unqp</tt>, | ||
146 | <tt>mime.b64</tt>, and <tt>mime.unb64</tt> could | ||
147 | mistaking their own stack slots for functions arguments; | ||
145 | <li> Fixed: Receiving zero-length datagram is now possible; | 148 | <li> Fixed: Receiving zero-length datagram is now possible; |
146 | <li> Improved: Hidden all internal library symbols; | 149 | <li> Improved: Hidden all internal library symbols; |
147 | <li> Improved: Better error messages; | 150 | <li> Improved: Better error messages; |