X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ChangeLog;h=938acc00a2260b43afc18f9b64d555acccbbe0d3;hb=29c4af7f9f8c85ebc9a4335857467436b4883d01;hp=107fddc8803b4fa52e776f11107fdfea20204f1e;hpb=6d9aa99f9e7077d8769d9d8375fe0a2856034242;p=libftdi diff --git a/ChangeLog b/ChangeLog index 107fddc..938acc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +New in 0.5 +---------- +* Improved error handling (Evgeny Sinelnikov) + +New in 0.4 +---------- +* Fixed filtering of status bytes (Readbuffer size is now 64 bytes) +* FT2232C support (Steven Turner/FTDI) +* New baudrate calculation code (Ian Abbott) +* Automatic detection of chip type +* Important: ftdi_write_data now returns the bytes written +* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli) +* Reset internal readbuffer offsets for reset()/purge_buffers() +* Small typo fixes (Mark Hämmerling) + New in 0.3 ----------