X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/9a6c6c786efc993d9d06b852b31147dfbd465205..eb1275890a3aec518480916cb40ff675dc1bcb4e:/LUFA/DoxygenPages/ChangeLog.txt diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 882086943..3ba0fa486 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -6,6 +6,26 @@ /** \page Page_ChangeLog Project Changelog * + * \section Sec_ChangeLogXXXXXX Version XXXXXX + * New: + * - Core: + * - Added support for the BitWizard Multio and Big-Multio boards + * - Library Applications: + * - Modified the CDC Host demos to set a default CDC Line Encoding on enumerated devices + * + * Changed: + * - Core: + * - Android Accessory Host property strings changed from a struct of pointer to an array to prevent unaligned access on greater than 8-bit architectures + * - Library Applications: + * - None + * + * Fixed: + * - Core: + * - Fixed possible enumeration error if the user application selects a pipe other than the default Control pipe between the Powered and Default states of + * the host state machine + * - Library Applications: + * - None + * * \section Sec_ChangeLog120219 Version 120219 * New: * - Core: