Added support for query strings to the Pagination class, automatically detected or explicitly declared.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 1c1d7a3..568b3b9 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -69,6 +69,7 @@
 	<li>Libraries

 		<ul>

 			<li>Set the mime type check in the <a href="libraries/file_uploading.html">Upload class</a> to reference the global mimes variable.</li>

+			<li>Added support for query strings to the <a href="libraries/pagination.html">Pagination class</a>, automatically detected or explicitly declared.</li>

 		</ul>

 	</li>

 	<li>Other changes