summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b143a0..b7c5c05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-02-25 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * src/itdb.h
+ src/itdb_itunesdb.c
+ src/itdb_playlist.c: introduced splft_binary_and as separate
+ field type as this will simplify handling in applications.
+
+ * src/itdb_itunesdb.c (get_mhod, mk_mhod): replaced
+ if()... with a switch()... to catch changes made to
+ SPLFieldType more easily.
+
+ * src/itdb.h: introduced Itdb_Mediatype enum.
+
2007-02-24 Jorg Schuler <jcsjcs at users.sourceforge.net>
* src/db-itunes-parser.h