X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/d18f12bf42e735cecfccb7cbc551f022bf0dd91b..70c59a7e42e5091a96af2607730cef7a83d5bbbd:/LUFA/DoxygenPages/ChangeLog.txt diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index ffe1bd006..fb05dd63d 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -12,6 +12,7 @@ * - Added new Printer class bootloader * - Added new Mass Storage class bootloader * - Added additional MIDI command definitions to the MIDI class driver (thanks to Daniel Dreibrodt) + * - Added new CONCAT() and CONCAT_EXPANDED() convenience macros * * Changed: * - Core: @@ -48,7 +49,7 @@ * - Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte) * - Updated bootloader makefiles to remove dependency on the \c bc command line calculator tool * - Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is saved in EEPROM (thanks to Gerhard Wesser) - * - Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) + * - Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Kuppers) * * Fixed: * - Core: