Skip to content

Commit a6a4447

Browse files
authored
Merge pull request hardbyte#517 from hardbyte/release-3.1.0
release 3.1.0 into develop
2 parents 44cefbe + 0348433 commit a6a4447

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ Two new interfaces this release:
1313
Other notable changes
1414
---------------------
1515

16-
- #477 kvaser interface now supports bus statistics via a custom bus method.
17-
- #471 fix CAN FD issue in kvaser interface
18-
- #434 neovi supports receiving own messages
19-
- #447 improvements to serial interface:
16+
- #477 The kvaser interface now supports bus statistics via a custom bus method.
17+
- #434 neovi now supports receiving own messages
18+
- #490 Adding option to override the neovi library name
19+
- #488 Allow simultaneous access to IXXAT cards
20+
- #447 Improvements to serial interface:
2021
* to allow receiving partial messages
2122
* to fix issue with DLC of remote frames
2223
* addition of unit tests
23-
- #462 `Notifier` issue with asyncio.
24-
- #481 - Fix PCAN support on OSX.
25-
- #455 minor fix to `Message` initializer.
24+
- #497 Small API changes to `Message` and added unit tests
25+
- #471 Fix CAN FD issue in kvaser interface
26+
- #462 Fix `Notifier` issue with asyncio
27+
- #481 Fix PCAN support on OSX
28+
- #455 Fix to `Message` initializer
29+
- Small bugfixes and improvements
2630

2731

2832
Version 3.0.0

CONTRIBUTORS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ Pierre-Luc Tessier Gagné
2323
Felix Divo <[email protected]>
2424
Kristian Sloth Lauszus <[email protected]>
2525
Shaoyu Meng <[email protected]>
26+
Alexander Mueller<[email protected]>
27+
Jan Goeteyn
28+
"ykzheng" <[email protected]>

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import logging
1010

11-
__version__ = "3.1.0-rc.1"
11+
__version__ = "3.1.0"
1212

1313
log = logging.getLogger('can')
1414

0 commit comments

Comments
 (0)