Skip to content

Commit 390ff1c

Browse files
committed
Update changelog with more backported fixes for 3.3.3 release
1 parent 5180591 commit 390ff1c

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

CHANGELOG.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ Version 3.3.3
33

44
Backported fixes from Python 3 only 4.x development.
55

6-
* Exclude test packages from distribution. #740
7-
* RTR crash fix in canutils log reader parsing RTR frames. #713
8-
* Skip J1939 messages in ASC Reader. #701
9-
* Exposes a configuration option to allow the CAN message player to send error frames
10-
(and sets the default to not send error frames). #690
11-
* Fixes the semantics provided by periodic tasks in SocketCAN interface. #638
12-
* Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes. #628
13-
* Fixes the broken CANalyst-II interface. #617
14-
* Socketcan BCM status fix. #605
6+
* #798 Backport caching msg.data value in neovi interface
7+
* #796 Fix Vector CANlib treatment of empty app name
8+
* #771 Handle empty CSV file
9+
* #740 Exclude test packages from distribution.
10+
* #713 RTR crash fix in canutils log reader parsing RTR frames.
11+
* #701 Skip J1939 messages in ASC Reader.
12+
* #690 Exposes a configuration option to allow the CAN message player to send error frames
13+
(and sets the default to not send error frames).
14+
* #638 Fixes the semantics provided by periodic tasks in SocketCAN interface.
15+
* #628 Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes.
16+
* #617 Fixes the broken CANalyst-II interface.
17+
* #605 Socketcan BCM status fix.
1518

1619

1720
Version 3.3.2

0 commit comments

Comments
 (0)