Skip to content

Commit 702ec3e

Browse files
authored
prepare CHANGELOG.md for v4.6.1 (#1979)
1 parent c0e5a8e commit 702ec3e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
88

99
<!-- towncrier release notes start -->
1010

11+
## Version [v4.6.1](https://github.com/hardbyte/python-can/tree/v4.6.1) - 2025-08-12
12+
13+
### Fixed
14+
15+
- Fix initialisation of an slcan bus, when setting a bitrate. When using CAN 2.0 (not FD), the default setting for `data_bitrate` was invalid, causing an exception. ([#1978](https://github.com/hardbyte/python-can/issues/1978))
16+
17+
1118
## Version [v4.6.0](https://github.com/hardbyte/python-can/tree/v4.6.0) - 2025-08-05
1219

1320
### Removed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ python-can
3737
:target: https://github.com/hardbyte/python-can/actions/workflows/ci.yml
3838
:alt: Github Actions workflow status
3939

40-
.. |coverage| image:: https://coveralls.io/repos/github/hardbyte/python-can/badge.svg?branch=develop
41-
:target: https://coveralls.io/github/hardbyte/python-can?branch=develop
40+
.. |coverage| image:: https://coveralls.io/repos/github/hardbyte/python-can/badge.svg?branch=main
41+
:target: https://coveralls.io/github/hardbyte/python-can?branch=main
4242
:alt: Test coverage reports on Coveralls.io
4343

4444
The **C**\ ontroller **A**\ rea **N**\ etwork is a bus standard designed

doc/changelog.d/1978.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)