Update bootloader documentation to include execution instructions.
[pub/lufa.git] / LUFA / DoxygenPages / ChangeLog.txt
index 9adc14c..e16fcbe 100644 (file)
@@ -10,6 +10,7 @@
   *  <b>New:</b>
   *  - Core:
   *   - Updated the BUILD build system module to add a new COMPILER_PATH optional variable
+  *   - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver
   *
   *  <b>Fixed:</b>
   *  - Core:
@@ -21,6 +22,7 @@
   *   - Fixed missing HID report ID prefix on HID class driver GetReport request responses (thanks to Bert van Hall)
   *  - Library Applications:
   *   - Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud rate is changed (thanks to Carl Kjeldsen)
+  *   - Fixed blocking USART reads causing low throughput on slow baud rates in the USBtoSerial project (thanks to Nevada Smith)
   *
   *  \section Sec_ChangeLog140302 Version 140302
   *  <b>New:</b>