Made Environment Support optional. Comment out or delete the constant to stop environment checks.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 013c557..26e9bbc 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -68,6 +68,7 @@
 		<ul>
 			<li class="reactor"><kbd>constants.php</kbd> will now be loaded from the environment folder if available.</li>
 			<li class="reactor">Added language key error logging</li>
+			<li class="reactor">Made Environment Support optional. Comment out or delete the constant to stop environment checks.</li>
 			<li class="reactor">Added Environment Support for Hooks.</li>
 			<li class="reactor">Added CI_ Prefix to the <a href="libraries/caching.html">Cache driver</a>.</li>
 		</ul>