X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/b590350df0cb857bca8efdbd1be9c8532008aa54..b0c8a5d342626ab2e92608e2f91784f3bcce6f47:/LUFA/DoxygenPages/MigrationInformation.txt
diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt
index b9ed3a335..c456966a8 100644
--- a/LUFA/DoxygenPages/MigrationInformation.txt
+++ b/LUFA/DoxygenPages/MigrationInformation.txt
@@ -12,6 +12,11 @@
*
* \section Sec_MigrationXXXXXX Version XXXXXX
* Device Mode
+ * - The \c DTYPE_CSInterface enum value has now been moved to the CDC and Audio drivers, as the constants \c CDC_DTYPE_CSInterface and \c AUDIO_DTYPE_CSInterface.
+ * - The \c DTYPE_CSEndpoint enum value has now been moved to the CDC and Audio drivers, as the constants \c CDC_DTYPE_CSEndpoint and \c AUDIO_DTYPE_CSEndpoint.
+ *
+ * \section Sec_Migration170418 Version 170418
+ * Device Mode
* - The \c CALLBACK_USB_GetDescriptor() callback function into the user application's \c wIndex parameter is now \c uint16_t, not \c uint8_t.
*
* \section Sec_Migration151115 Migrating from 140928 to 151115