diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-09-08 18:02:12 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-09-08 18:02:12 +0000 |
commit | bacb5b9a62c475d6583dd3cec87b169859a27335 (patch) | |
tree | c689672b42bd18d3ff344b1321158ed547fb563e /docs | |
parent | 23fdc1659cf38e895e76a4f0b4767221db464bfa (diff) | |
download | ampache-bacb5b9a62c475d6583dd3cec87b169859a27335.tar.gz ampache-bacb5b9a62c475d6583dd3cec87b169859a27335.tar.bz2 ampache-bacb5b9a62c475d6583dd3cec87b169859a27335.zip |
new search mojo, only song object type current works...
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 1d88fffd..e5c55225 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -15,6 +15,9 @@ - Fixed a slight logic error that could give a weird error when you attempted to create two users with the same username - Removed the last of the short php tags + - Reworked Search to allow for multiple searches, and eventually + allow you to return a list of albums,artist,genres + rather than a list of songs. |