We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9452b54 commit 551cc94Copy full SHA for 551cc94
CHANGELOG.txt
@@ -3,6 +3,7 @@ Version 3.3.4
3
4
Last call for Python2 support.
5
6
+* #846 Use inter-process mutex to prevent concurrent neoVI device open.
7
* #901 Fix iteration in Bus.stop_all_periodic_tasks
8
* #850 Fix socket.error is a deprecated alias of OSError used on Python versions lower than 3.3.
9
* #879 Updating incorrect api documentation.
@@ -15,7 +16,6 @@ Version 3.3.3
15
16
17
Backported fixes from 4.x development branch which targets Python 3.
18
-* #846 Use inter-process mutex to prevent concurrent neoVI device open.
19
* #798 Backport caching msg.data value in neovi interface.
20
* #796 Fix Vector CANlib treatment of empty app name.
21
* #771 Handle empty CSV file.
0 commit comments