aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-15 11:01:58 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-15 11:01:58 +0000
commit48b3c9976c76258e99166023db241ca4261f679f (patch)
tree4df1893527c21c9ef28e45c45835f53588a5b534 /LUFA/ChangeLog.txt
parentb61049f7222a6290e2164966bd90f636bcb577f9 (diff)
downloadlufa-48b3c9976c76258e99166023db241ca4261f679f.tar.gz
lufa-48b3c9976c76258e99166023db241ca4261f679f.tar.bz2
lufa-48b3c9976c76258e99166023db241ca4261f679f.zip
Use sub pages in main library documentation to improve readability.
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r--LUFA/ChangeLog.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 17f652e20..1047d4933 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -12,8 +12,8 @@
* - Added new class drivers and matching demos to the library for rapid application development
* - Added incomplete device and host mode demos for later enhancement
* - Changed bootloaders to use FLASHEND rather than the existence of RAMPZ to determine if far FLASH pointers are needed
- * - Error status LEDs shown when device endpoint configuration fails to complete
- * - MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready
+ * - Error status LEDs shown when device endpoint configuration fails to complete in all demos and projects
+ * - Low level API MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready
* - Fixes to MassStorageHost for better device compatibility (increase command timeout, change MassStore_WaitForDataReceived()
* to only unfreeze and check one data pipe at a time)
* - Internal per-device preprocessing conditions changed to per-device series rather than per controller group for finer-grain