Skip to content

Commit 7eac6f7

Browse files
authored
update CHANGELOG.md for 4.2.1 (hardbyte#1593)
1 parent 1cfd876 commit 7eac6f7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
Version 4.2.0
212
=============
313

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import logging
99
from typing import Any, Dict
1010

11-
__version__ = "4.2.0"
11+
__version__ = "4.2.1"
1212
__all__ = [
1313
"ASCReader",
1414
"ASCWriter",

0 commit comments

Comments
 (0)