\r
/** \page Page_ChangeLog Project Changelog\r
*\r
+ * \section Sec_ChangeLogXXXXXX Version XXXXXX\r
+ *\r
+ * <b>New:</b>\r
+ * - Added new host class drivers and matching demos to the library for rapid application development\r
+ * - Added flag to the HID report parser to indicate if a device has multiple reports\r
+ * - Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and\r
+ * USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode\r
+ * - Added new Endpoint_SetEndpointDirection() macro for bi-directional endpoints\r
+ * - Added new AVRISP project, a LUFA clone of the Atmel AVRISP-MKII programmer\r
+ * \r
+ * <b>Changed:</b>\r
+ * - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested\r
+ * HID interface within the device, not all HID interfaces\r
+ * - Added new CDC_Device_Flush() command to the device mode CDC Class driver\r
+ * - Added explicit attribute masks to the device mode demos' descriptors\r
+ * - Added return values to the CDC and MIDI class driver transmit functions\r
+ *\r
+ * <b>Fixed:</b>\r
+ * - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the\r
+ * endpoint's bank\r
+ * - Fixed swapped paremeters in the HID state memory copy call while processing a HID PUSH item in the HID report parser\r
+ * - Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed\r
+ * - Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered\r
+ * - Fixed USBtoSerial demos not reading in UDR1 when the USART receives data but the USB interface is not enumerated,\r
+ * causing continuous USART receive interrupts\r
+ * - Fixed misspelt event name in the Class driver USBtoSerial demo, preventing correct operation\r
+ * - Fixed invalid data being returned when a GetStatus request is issued in Device mode with an unhandled data recipient\r
+ *\r
+ *\r
* \section Sec_ChangeLog090810 Version 090810\r
*\r
* <b>New:</b>\r
- * - Added new class drivers and matching demos to the library for rapid application development\r
+ * - Added new device class drivers and matching demos to the library for rapid application development\r
* - Added new PrinterHost demo (thanks to John Andrews)\r
* - Added USB Missle Launcher project, submitted by Dave Fletcher\r
* - Added new Benito Arduino Programmer project\r