summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-06-11 10:35:50 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2013-06-12 13:25:57 -0400
commit438a2a90233b2ef971a03b52f8ef29160b28ae19 (patch)
tree4da5f59250fe581283e8e49d85406fbb064040af /docs
parent0391d2443829ee0d92943c80ffcd918eafe53a6b (diff)
downloadampache-438a2a90233b2ef971a03b52f8ef29160b28ae19.tar.gz
ampache-438a2a90233b2ef971a03b52f8ef29160b28ae19.tar.bz2
ampache-438a2a90233b2ef971a03b52f8ef29160b28ae19.zip
Don't cache browses for the API
The API will never request it again, so caching the query just wastes space.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index bbe26643..4cf79003 100755
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -3,6 +3,8 @@ CHANGELOG
3.6-FUTURE
----------
+- Fixed unnecessary growth of the tmp_browse table from API usage (reported
+ by Ondalf)
- Removed external module 'validateEmail'
- Updated PHPMailer to 5.2.6