Add method chaining support to Calendar & Pagination libs
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index a6fabe1..f90fa42 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -284,6 +284,7 @@
 
    -  :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 @@
 
    -  :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).