[mb-commits] r9730 - python-musicbrainz2/trunk
root at musicbrainz.org
root at musicbrainz.org
Sun Mar 9 10:25:32 UTC 2008
Author: matt
Date: 2008-03-09 10:25:32 +0000 (Sun, 09 Mar 2008)
New Revision: 9730
Modified:
python-musicbrainz2/trunk/CHANGES.txt
Log:
Compiled the change log for 0.6.0.
Modified: python-musicbrainz2/trunk/CHANGES.txt
===================================================================
--- python-musicbrainz2/trunk/CHANGES.txt 2008-03-09 09:59:36 UTC (rev 9729)
+++ python-musicbrainz2/trunk/CHANGES.txt 2008-03-09 10:25:32 UTC (rev 9730)
@@ -1,3 +1,18 @@
+Changes in 0.6.0:
+
+ * Added folksonomy tagging support (mostly by Philipp Wolfer, #3285):
+ - Added getTag(), getTags(), and addTag() methods to model.Entity.
+ - Added getUserTags() and submitUserTags() to webservice.Query.
+ - Added an example script: examples/folksonomytags.py.
+ * Relation.DIR_BOTH is no longer used since the web service doesn't
+ know bidirectional relations. If no direction is returned, the client
+ library maps it to Relation.DIR_NONE. Note that this is *not* entirely
+ backwards compatible (#3034).
+ * Added "WaxCylinder" and "PianoRoll" to ReleaseEvent (#3231).
+ * Changed download URL to HTTP for installation via setuptools (#3202).
+ * Warn if epydoc isn't found when installing from source (by intgr, #3124).
+
+
Changes in 0.5.0:
* Added label support (based on Oliver's patch in #2671):
More information about the MusicBrainz-commits
mailing list