New API function to retrieve the number of devices in a list of connected devices
diff --git a/ChangeLog b/ChangeLog
index 4d6a0dc..36c9fc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,19 @@
-2007-02-22  Ted Bullock  <tbullock@canada.com>
+2007-03-03  Ted Bullock  <tbullock@canada.com>
 
 	* src/libusb-glue.c: Don't echo warnings about reading a single
 		extra byte on devices in which DEVICE_FLAG_NO_ZERO_READS has
 		been set
+	* src/libmtp.c: New API function to retrieve the number of devices
+		in a list of connected devices
+	* src/libmtp.h: New API function to retrieve the number of devices
+		in a list of connected devices
+	* examples/detect.c: Use new API function to count number of devices
+		that were detected
 
-2007-02-28  Linus Walleij <triad@df.lth.se>
+2007-03-03  Linus Walleij <triad@df.lth.se>
 
 	* src/libusb-glue.h: Tiresome ramblings to explain exactly what
-	  the (no renamed) device flag DEVICE_FLAG_NO_ZERO_READS really 
+	  the (now renamed) device flag DEVICE_FLAG_NO_ZERO_READS really 
 	  means.
 	* src/libusb-glue.c: Renamed flag. Indent code :-) Reading the code
 	  and being impressed by our ability to iron out the root cause