Skip to content

Commit 27e6bf4

Browse files
committed
Editing changelog for 4.1.0
1 parent 2d6e996 commit 27e6bf4

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Version 4.1.0
22
====
33

4+
Breaking Changes
5+
----------------
6+
7+
* ``windows-curses`` was moved to optional dependencies (#1395).
8+
Use ``pip install python-can[viewer]`` if you are using the ``can.viewer``
9+
script on Windows.
10+
* The attributes of ``can.interfaces.vector.VectorChannelConfig`` were renamed
11+
from camelCase to snake_case (#1422).
12+
13+
414
Features
515
--------
616

@@ -14,6 +24,7 @@ Features
1424
Currently only the blf-, canutils- and csv-formats are supported.
1525
* All CLI ``extra_args`` are passed to the bus, logger
1626
and player initialisation (#1366).
27+
* Initial support for TRC files (#1217)
1728

1829
### Type Annotations
1930
* python-can now includes the ``py.typed`` marker to support type checking
@@ -62,15 +73,7 @@ Miscellaneous
6273
* Exclude repository-configuration from git-archive (#1343)
6374
* Improve documentation (#1397, #1401, #1405, #1420, #1421)
6475
* Officially support Python 3.11 (#1423)
65-
66-
Breaking Changes
67-
----------------
68-
69-
* ``windows-curses`` was moved to optional dependencies (#1395).
70-
Use ``pip install python-can[viewer]`` if you are using the ``can.viewer``
71-
script on Windows.
72-
* The attributes of ``can.interfaces.vector.VectorChannelConfig`` were renamed
73-
from camelCase to snake_case (#1422).
76+
* Migrate code coverage reporting from Codecov to Coveralls (#1430)
7477

7578
Version 4.0.0
7679
====

0 commit comments

Comments
 (0)