diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-02-16 17:56:37 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-02-16 17:56:37 +0100 |
commit | f2b9c911bcee47166f3fdc8f2f57d1cafeade006 (patch) | |
tree | 354afa3451017c1da5456cce31572db6d8473021 /user_guide | |
parent | d0ac1a250608c1fe21f11bb96c4291e38962b187 (diff) |
Applied Dan's fix for the incorrectly named Sha1 class.
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index ccfbd0528..4d3b502a8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -76,7 +76,8 @@ Hg Tag: n/a</p> <ul> <li class="reactor">CLI requests can now be run from any folder, not just when CD'ed next to index.php.</li> <li class="reactor">Fixed issue #41: Added audio/mp3 mime type to mp3.</li> - <li class="reactor">Fixed a bug (#329) where the file caching driver referenced the incorrect cache directory.</li> + <li class="reactor">Fixed a bug (Core #329) where the file caching driver referenced the incorrect cache directory.</li> + <li class="reactor">Fixed a bug (Reactor #69) where the SHA1 library was named incorrectly.</li> </ul> <h2>Version 2.0.0</h2> |