summaryrefslogtreecommitdiffstats
path: root/docs/CHANGELOG
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2011-06-28 14:30:52 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2011-06-28 14:30:52 -0400
commit1e05bfe554bb26c439fa19aa61ed692c858d773f (patch)
tree40e5b2cfa3e74ce034c4e1063bcc5fbc1190d85b /docs/CHANGELOG
parent6fd6cc1fcc62f0d4e4af767b4119b388d9a3221b (diff)
downloadampache-1e05bfe554bb26c439fa19aa61ed692c858d773f.tar.gz
ampache-1e05bfe554bb26c439fa19aa61ed692c858d773f.tar.bz2
ampache-1e05bfe554bb26c439fa19aa61ed692c858d773f.zip
Fix broken API method
Api::search_songs needed to declare a type, and Search::run needed to honour that declaration.
Diffstat (limited to 'docs/CHANGELOG')
-rwxr-xr-xdocs/CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index 6ee0f3f8..38b6267f 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -4,6 +4,7 @@
--------------------------------------------------------------------------
v.3.6-Alpha2
+ - Fixed search_songs API method to use Search::run properly
- Fixed require_session when auth_type is 'local'
- Catalog filtering fix
- Toggle artwork with a button instead of a checkbox (patch from mywindow)