+ * - Removed invalid dfu and flip related targets from the bootloaders - bootloaders can only be replaced with an external programmer\r
+ * - Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host\r
+ * - Fixed HID Device Class Driver not allocating a temporary buffer when the host requests a report via the control endpoint and the\r
+ * user has set the PrevReportINBuffer driver configuration element to NULL (thanks to Lars Noschinski)\r
+ * - Fixed device state not being reset to DEVICE_STATE_Default if the host sets a 0x00 device address\r
+ * - Fixed device not stalling configuration requests before the device's address has been set\r
+ * - Fixed possibility of internal signature retrieval being corrupted if an interrupt occurs during a signature byte\r
+ * read (thanks to Andrei Krainev)\r
+ * - Fixed device state not being reset back to the default state if the host sets the address to 0\r
+ * - Fixed Set Configuration requests not being stalled until the host has set the device's address\r
+ * - Fixed Host mode HID class driver not sending the correct report type when HID_Host_SendReportByID() was called and the \r
+ * HID_HOST_BOOT_PROTOCOL_ONLY compile time option is set\r
+ * - Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts from occuring while the control endpoint\r
+ * request is being processed, causing possible lockups if a USB interrupt occurs during a transfer\r
+ * - Fixed TeensyHID bootloader not working on some USB AVR models with the official TeensyLoader GUI application\r
+ * - Remove incorrect Abstract Call Management class specific descriptor from the CDC demos, bootloaders and projects\r