X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/f2993bd6deecb25fb198e4a7a04578d897e08787..fd39bcf72bb2a49748b8e5b7c17234e5f3f79020:/LUFA/DoxygenPages/ChangeLog.txt
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 482c8868e..3b28fe57f 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -6,6 +6,21 @@
/** \page Page_ChangeLog Project Changelog
*
+ * \section Sec_ChangeLogXXXXXX Version XXXXXX
+ * New:
+ * - Added support for the Atmel Xplained-MINI series of development kits.
+ *
+ * Changed:
+ * - Library Applications:
+ * - The CDC, DFU, Mass Storage and Printer class bootloaders will no longer run the user application if the application reset
+ * vector is blank (thanks to Alex Kazik)
+ * - The CDC, DFU and Printer class bootloaders are now compatible with the original Atmel XPLAIN and Arduino Leonardo boards.
+ * - The CDC, DFU, Mass Storage and Printer class bootloaders are not compatible with devices with the BOOTRST fuse set and will
+ * exit automatically unless an external reset was the last reset cause (thanks to Alex Kazik)
+ *
+ * Fixed:
+ * - None.
+ *
* \section Sec_ChangeLog140928 Version 140928
* New:
* - Core: