added changelog

pull/205/head
Felipe Herranz 2019-01-27 19:16:06 +01:00
rodzic 3bce693b8d
commit 9d801e780b
1 zmienionych plików z 10 dodań i 0 usunięć

10
CHANGELOG.md 100644
Wyświetl plik

@ -0,0 +1,10 @@
CHANGELOG
=========
Release 6.0.1
--------------------------------------
- Internal serial buffer now uses [Okio](https://github.com/square/okio). This erases the 16kb write
limitation from previous versions and reduces memory footprint.
- Improved CP2102 driver and added more VID/PID pairs
- Added a [utility class for handling the common problem of split received information in some chipsets](https://github.com/felHR85/UsbSerial/blob/master/usbserial/src/main/java/com/felhr/utils/ProtocolBuffer.java)