X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/b6c18b2a7c544653efbe12a1d4e8ba65e7d83c35..1914573cd4eaea4579fc5fcfed47da517dece1d9:/LUFA/DoxygenPages/MigrationInformation.txt
diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt
index cf3cc1749..f4c9fd81c 100644
--- a/LUFA/DoxygenPages/MigrationInformation.txt
+++ b/LUFA/DoxygenPages/MigrationInformation.txt
@@ -10,6 +10,16 @@
* to the next version released. It does not indicate all new additions to the library in each version change, only
* areas relevant to making older projects compatible with the API changes of each new release.
*
+ * \section Sec_MigrationXXXXXX Migrating from 140928 to XXXXXX
+ * Non-USB Library Components
+ * - The ATPROGRAM LUFA build system module now defaults to the Atmel ICE debugger tool, instead of the Atmel JTAG ICE3.
+ * - The \x Serial_CreateStream() and \c Serial_CreateBlockingStream() functions now require a USART base pointer for XMEGA devices as the first parameter.
+ *
+ * \section Sec_Migration140928 Migrating from 140302 to 140928
+ * Device Mode
+ * - The device mode RNDIS class driver now requires a user-supplied buffer and buffer length to operate, rather
+ * than allocating this buffer internally.
+ *
* \section Sec_Migration140302 Migrating from 130901 to 140302
* USB Core
* - The \c VERSION_BCD() macro has changed from accepting one floating point parameter to taking three distinct major/minor/revision integer parameters, as