- * - The USB_IsConnected global has been removed, as it is too vague for general use. Test \ref USB_DeviceState or \ref USB_HostState\r
- * explicitly to ensure the device is in the desired state instead.\r
+ *\r
+ * <b>Non-USB Library Components</b>\r
+ * - The ATTR_NOINLINE function attribute macro has been renamed to ATTR_NO_INLINE to be in line with the rest of the function attribute\r
+ * macro names.\r
+ *\r
+ * <b>Library Demos</b>\r
+ * - Most demos now have a corresponding Class Driver implementation, which uses the new internal library class drivers for the standard\r
+ * USB classes. This allows for more rapid device and host development, and so should be used in preference to the low level APIs where\r
+ * possible so that fixes to the class drivers propagate to all applications which use them automatically with each new LUFA release.\r