Skip to content

Commit e1d83ff

Browse files
committed
Editing changelog for 4.1.0
1 parent 2e2f157 commit e1d83ff

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
@@ -63,15 +74,7 @@ Miscellaneous
6374
* Exclude repository-configuration from git-archive (#1343)
6475
* Improve documentation (#1397, #1401, #1405, #1420, #1421)
6576
* Officially support Python 3.11 (#1423)
66-
67-
Breaking Changes
68-
----------------
69-
70-
* ``windows-curses`` was moved to optional dependencies (#1395).
71-
Use ``pip install python-can[viewer]`` if you are using the ``can.viewer``
72-
script on Windows.
73-
* The attributes of ``can.interfaces.vector.VectorChannelConfig`` were renamed
74-
from camelCase to snake_case (#1422).
77+
* Migrate code coverage reporting from Codecov to Coveralls (#1430)
7578

7679
Version 4.0.0
7780
====

0 commit comments

Comments
 (0)