8000 Update Changelog for 4.4.1 (#1802) · hardbyte/python-can@5508f53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5508f53

Browse files
authored
Update Changelog for 4.4.1 (#1802)
* undo unnecessary changes * update CHANGELOG.md for 4.4.1
1 parent 0de8ca8 commit 5508f53

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Version 4.4.1
2+
=============
3+
4+
Bug Fixes
5+
---------
6+
* Remove `abstractmethod` decorator from `Listener.stop()` (#1770, #1795)
7+
* Fix `SizedRotatingLogger` file suffix bug (#1792, #1793)
8+
* gs_usb: Use `BitTiming` class internally to configure bitrate (#1747, #1748)
9+
* pcan: Fix unpack error in `PcanBus._detect_available_configs()` (#1767)
10+
* socketcan: Improve error handling in `SocketcanBus.__init__()` (#1771)
11+
* socketcan: Do not log exception on non-linux platforms (#1800)
12+
* vector, kvaser: Activate channels after CAN filters were applied (#1413, #1708, #1796)
13+
14+
Features
15+
--------
16+
17+
* kvaser: Add support for non-ISO CAN FD (#1752)
18+
* neovi: Return timestamps relative to epoch (#1789)
19+
* slcan: Support CANdapter extended length arbitration ID (#1506, #1528)
20+
* slcan: Add support for `listen_only` mode (#1496)
21+
* vector: Add support for `listen_only` mode (#1764)
22+
23+
124
Version 4.4.0
225
=============
326

doc/interfaces/pcan.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ Here is an example configuration file for using `PCAN-USB <https://www.peak-syst
3737
``bitrate`` (default ``500000``)
3838
Channel bitrate
3939

40-
ISO/Non-ISO CAN FD Mode
41-
~~~~~~~~~~~~~~~~~~~~~~~
42-
43-
The PCAN basic driver doesn't presently allow toggling the ISO/Non-ISO FD modes directly.
44-
The default mode is stored on the device and can be controlled using the PCANView Windows application.
45-
See: https://forum.peak-system.com/viewtopic.php?t=6496
46-
47-
This restriction does not apply to the socket-can driver.
4840

4941
.. _pcandoc linux installation:
5042

doc/interfaces/socketcan.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,6 @@ to ensure usage of SocketCAN Linux API. The most important differences are:
284284
:members:
285285
:inherited-members:
286286

287-
ISO/Non-ISO CAN FD Mode
288-
-----------------------
289-
290-
Socket CAN devices can (for supported hardware) control ISO vs Non-ISO FD during creation with the ``ip`` command using the ``fd-non-iso`` flag.
291287

292288
.. External references
293289

0 commit comments

Comments
 (0)
0