+ * - Added USE_LUFA_CONFIG_HEADER compile time option to include a LUFAConfig.h header in the user director for LUFA configuration
+ * tokens as an alternative to tokens defined in the project makefile
+ * - Added new USB_Host_SetInterfaceAltSetting() convenience function for the selection of an interface's alternative setting
+ * - Added Audio class control request definitions
+ * - Library Applications:
+ * - Added RNDIS device mode to the Webserver project
+ * - Added new MediaControl project
+ * - Added new incomplete AndroidAccessoryHost Host LowLevel demo
+ * - Added new incomplete AudioInputHost Host LowLevel demo
+ *
+ * <b>Changed:</b>
+ * - Core:
+ * - Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host
+ * - Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the user is now responsible for supplying
+ * the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or
+ * continuous sample rates
+ * - Library Applications:
+ * - <i>None</i>
+ *
+ * <b>Fixed:</b>
+ * - Core:
+ * - <i>None</i>
+ * - Library Applications:
+ * - <i>None</i>
+ *
+ * \section Sec_ChangeLog110528 Version 110528
+ * <b>New:</b>
+ * - Core: