summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey Jaffeux <j.jaffeux@gmail.com>2012-06-06 14:26:55 +0200
committerJoffrey Jaffeux <j.jaffeux@gmail.com>2012-06-06 14:26:55 +0200
commit73ed3ed3e2cf3efeb8332c569e589f16468daf7d (patch)
treecec39156f6f96935a897323d5f63058bdaa12024
parent83c62ccf881847c5f4eef83822de0f7b09f98491 (diff)
update changelog for ipv6 support
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index f4bba25ed..c12db1f27 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -135,6 +135,7 @@ Release Date: Not Released
- Added a Wincache driver to the :doc:`Caching Library <libraries/caching>`.
- Added dsn (delivery status notification) option to the :doc:`Email Library <libraries/email>`.
- Enabled public access to Email library's set_header() for adding additional headers to e-mails. Original function _set_header() now renamed to set_header().
+ - Input library now supports IPv6 and has a ip_version() method.
- Core