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 1cfd876 commit 7eac6f7Copy full SHA for 7eac6f7
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+Version 4.2.1
2
+=============
3
+
4
+Bug Fixes
5
+---------
6
+* The ASCWriter now logs the correct channel for error frames (#1578, #1583).
7
+* Fix PCAN library detection (#1579, #1580).
8
+* On Windows, the first two periodic frames were sent without delay (#1590).
9
10
11
Version 4.2.0
12
=============
13
can/__init__.py
@@ -8,7 +8,7 @@
import logging
from typing import Any, Dict
-__version__ = "4.2.0"
+__version__ = "4.2.1"
__all__ = [
"ASCReader",
14
"ASCWriter",
0 commit comments