summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorgarrettair <garrettair@gmail.com>2014-12-03 22:17:32 +0100
committergarrettair <garrettair@gmail.com>2014-12-03 22:17:32 +0100
commit4a25cff212e4eb06bb4806f49054bd8b48c802a6 (patch)
tree48807085fdf10342fabd527b69011e744a96bad5 /user_guide_src/source/changelog.rst
parentf678e63bd823fa712e9fbb28c259fcbedc30aa45 (diff)
Updated changelog to include changes to the Zip Library.
Signed-off-by: garrettair <garrettair@gmail.com>
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 242881c99..00cdd58c5 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -420,7 +420,11 @@ Release Date: Not Released
- Added method chaining support.
- Added support for setting table class defaults in a config file.
- - :doc:`Zip Library <libraries/zip>` method ``read_file()`` can now also alter the original file path/name while adding files to an archive.
+ - :doc:`Zip Library <libraries/zip>` changes include:
+
+ - Method ``read_file()`` can now also alter the original file path/name while adding files to an archive.
+ - Added support for changing the compression level and encoding used by gzcompress.
+
- :doc:`Trackback Library <libraries/trackback>` method ``receive()`` will now utilize ``iconv()`` if it is available but ``mb_convert_encoding()`` is not.
- Core