Adding config option to require 'secure' setting for all cookies- requires https.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 39e6116..9f0e226 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -62,6 +62,11 @@
 
 <h3>Bug Fixes for 2.0.1</h3>
 <ul>
+	<li>General changes
+		<ul>
+			<li>Added <kbd>$config['cookie_secure']</kbd> to the config file to allow requiring a secure (HTTPS) in order to set cookies.</li>
+		</ul>
+	</li>
 	<li>Libraries
 		<ul>
 			<li>Fixed a bug where the table class would not clear table data after calling generate().</li>