diff options
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 6eb80b38e..b889152ad 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -84,6 +84,7 @@ Change Log <ul> <li class="reactor">Added ENVIRONMENT to reserved constants. (Reactor #196)</li> <li class="reactor">Changed server check to ensure SCRIPT_NAME is defined. (Reactor #57)</li> + <li class="reactor">Removed <samp>APPPATH.'third_party'</samp> from the packages autoloader to negate needless file stats if no packages exist or if the developer does not load any other packages by default.</li> </ul> <h2>Version 2.0.2</h2> |