Update NEWS

This commit is contained in:
Martin Lund 2024-06-29 12:22:35 +02:00
parent ef6fa8030e
commit 8999dc6603

7
NEWS
View file

@ -5,6 +5,13 @@
Changes since tio v3.4:
* Clarify input and output direction of map flags
* Rename mapping flag MSB2LSB to IMSB2LSB
This is the correct naming since we are changing the input bit order on
input from the serial device.
* Add OIGNCR mapping flag
Ignores CR on output to serial device.