Cornercase bugfixes.
diff --git a/ChangeLog b/ChangeLog
index bccfd9d..36e2f16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
 	  gets on the device. If root folder (0) is selected, we
 	  hardcode thing to 0xffffffffu to be used as parent,
 	  but it will probably end up being 0 for example.
+	  Also fix an issue with ptp_mtp_getobjectproplist()
+	  sometimes returning a NULL pointer while still
+	  claiming there are props in the list.
 	* src/libusb-glue.c: "written" variable in
 	  ptp_usb_sendreq() may end up uninitialized if
 	  ptp_write_func() fails. Initialize it to 0.