summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-08 18:11:40 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-08 18:11:40 +0100
commit6f6102c805198101fad36024b82692ebce20f2c8 (patch)
treea26c8c793633df4eb0911ba0128382a9c8141a36 /user_guide_src/source/changelog.rst
parenta89c1dabd11e8628106b1629f76ec9fc65c20085 (diff)
Add method chaining support to Calendar & Pagination libs
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index a6fabe16b..f90fa42bf 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -284,6 +284,7 @@ Release Date: Not Released
- :doc:`Calendar Library <libraries/calendar>` changes include:
+ - Added method chaining support.
- Added configuration to generate days of other months instead of blank cells.
- Auto set *next_prev_url* if it is empty and *show_prev_next* is set to TRUE.
@@ -352,6 +353,7 @@ Release Date: Not Released
- :doc:`Pagination Library <libraries/pagination>` changes include:
+ - Added method chaining support to ``initialize()`` method.
- Added support for the anchor "rel" attribute.
- Added support for setting custom attributes.
- Deprecated usage of the "anchor_class" setting (use the new "attributes" setting instead).