+ * - Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin\r
+ * - Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register\r
+ * - Fixed TWI driver not aborting when faced with no response after attempting to address a device on the bus\r
+ * - Fixed ADC routines not correctly returning the last result when multiple channels were read\r
+ * - Fixed ADC routines failing to read the extended channels (Channels 8 to 13, Internal Temperature Sensor) on the\r
+ * U4 series USB AVR parts\r
+ * - Fixed LowLevel MassStorage demo broken on the U2 series USB AVRs due to unsupported double-banked endpoint modes used\r
+ * - Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian)\r
+ * - Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report item data alignment\r
+ * - Fixed Still Image Host class driver not resetting the transaction ID when a new session is opened, fixed driver not sending\r
+ * a valid session ID to the device\r