+ * - New CCID class driver and associated demos (thanks to Filipe Rodrigues)
+ * - Library Applications:
+ * - Added Microsoft OS Compatibility descriptors to the RNDIS demos for driverless install on Windows 7 and newer
+ * - Added AVRISP-MKII support for target OSCCAL calibration (thanks to Jacob September)
+ *
+ * <b>Changed:</b>
+ * - Core:
+ * - Moved the functional descriptor types DTYPE_CSInterface and DTYPE_CSEndpoint to their respective CDC and Audio class
+ * drivers, as they are class-defined rather than general descriptor types.
+ * - Reduced compiled size of the Endpoint_Discard_Stream() and Endpoint_Null_Stream() functions.
+ * - Library Applications:
+ * - Updated Printer class bootloader to not store 32-bit HEX parser flash offsets on small flash devices.
+ * - Enabled Link Time Optimizations (LTO) on bootloaders to reduce compiled size on newer versions of GCC.