X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/4cc7f5200beef90c39c8c8310ed7c8b849afb4d9..e72f424f6450cf67d3ef57d347a4f8d86ec5a119:/LUFA/ManPages/ChangeLog.txt?ds=inline diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 6b1090d02..6c77bcd2f 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -10,6 +10,7 @@ * New: * - Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage class driver, to indicate when a previously * not ready removable medium has now become ready for the host's use (thanks to Martin Degelsegger) + * - Moved the Pipe and Endpoint stream related code to two new USB library core source files EndpointStream.c and PipeStream.c * * Changed: * - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions