Skip to content

Commit

Permalink
update CHANGELOG.md for 4.2.1 (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed May 15, 2023
1 parent 1cfd876 commit 7eac6f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Version 4.2.1
=============

Bug Fixes
---------
* The ASCWriter now logs the correct channel for error frames (#1578, #1583).
* Fix PCAN library detection (#1579, #1580).
* On Windows, the first two periodic frames were sent without delay (#1590).


Version 4.2.0
=============

Expand Down
2 changes: 1 addition & 1 deletion can/__init__.py
Expand Up @@ -8,7 +8,7 @@
import logging
from typing import Any, Dict

__version__ = "4.2.0"
__version__ = "4.2.1"
__all__ = [
"ASCReader",
"ASCWriter",
Expand Down

0 comments on commit 7eac6f7

Please sign in to comment.