From 1f5909527f5a4984d4fa0a1f3bd51aa5bd850406 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Sat, 8 Feb 2014 19:50:26 +0200 Subject: Add method chaining support to CI_Table --- user_guide_src/source/changelog.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'user_guide_src/source/changelog.rst') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index f90fa42bf..4a54593f0 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -387,7 +387,11 @@ Release Date: Not Released - Added check to detect if robots are pretending to be mobile clients (helps with e.g. Google indexing mobile website versions). - Added method ``parse()`` to allow parsing a custom user-agent string, different from the current visitor's. - - Added support for setting :doc:`Table ` class defaults in a config file. + - :doc:`HTML Table Library ` changes include: + + - Added method chaining support. + - Added support for setting table class defaults in a config file. + - :doc:`Zip Library ` method ``read_file()`` can now also alter the original file path/name while adding files to an archive. - Core -- cgit v1.2.3-24-g4f1b