X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/2d00107efed34a31792a4a4c2989cca738ef1dc5..fd39bcf72bb2a49748b8e5b7c17234e5f3f79020:/LUFA/DoxygenPages/ChangeLog.txt diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index ce241e8f7..3b28fe57f 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -8,6 +8,21 @@ * * \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: * - Updated the BUILD build system module to add a new COMPILER_PATH optional variable * - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver