diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-03-31 22:26:10 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-03-31 22:29:09 -0400 |
commit | f2e01ab7d55d76615007f75fd6aaeda2e1f22628 (patch) | |
tree | d973321bbe8a60620a6691b832453a4bf9fda070 /docs/CHANGELOG | |
parent | 6f8673b5c72a956ed69269d407a0b512db0716cc (diff) | |
download | ampache-f2e01ab7d55d76615007f75fd6aaeda2e1f22628.tar.gz ampache-f2e01ab7d55d76615007f75fd6aaeda2e1f22628.tar.bz2 ampache-f2e01ab7d55d76615007f75fd6aaeda2e1f22628.zip |
Increase the size of the mbid column in artist
Picard is putting multiple MBIDs in the tags now that MusicBrainz' new
schema is live. The easiest way to deal with this is to store all of
them as an aggregate value and match against that.
Diffstat (limited to 'docs/CHANGELOG')
-rwxr-xr-x | docs/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 036d72c4..d3dd97d0 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,8 @@ -------------------------------------------------------------------------- v.3.6-Alpha2 + - Fixed an issue with compound artists in media with MusicBrainz tags + (reported by greengeek) - Fixed an issue with filename pattern matching when patterns contained characters that are part of regex syntax (such as -) - Fixed display of logic operator in rules (reported by Twister) |