Skip to content

Commit 238865d

Browse files
committed
Make requested changes to CHANGELOG, sort by PR ID
1 parent 8f861f9 commit 238865d

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,42 @@ Bug Fixes
1212
* NeoVi: Fixed serial number range (#1650)
1313
* PCAN: Fix timestamp offset due to timezone (#1651)
1414
* Fix BLFReader error for incomplete or truncated stream (#1662)
15-
* We do not need to account for drift when we `USE_WINDOWS_EVENTS` (#1666)
15+
* Vector: Skip the `can_op_mode check` if the device reports `can_op_mode=0` (#1678)
1616

1717
Features
1818
--------
1919

20+
### API
21+
* Add `modifier_callback` parameter to `BusABC.send_periodic` for auto-modifying cyclic tasks (#703)
22+
* Add `protocol` property to BusABC to determine active CAN Protocol (#1532)
23+
* Change Bus constructor implementation and typing (#1557)
24+
* Add `BitTiming.iterate_from_sample_point` static methods (#1671)
25+
2026
### IO
21-
* Distinguish Text/Binary-IO for Reader/Writer classes. (#1585)
2227
* Can Player compatibility with interfaces that use additional configuration (#1610)
2328

2429
### Interface Improvements
25-
* Change Bus constructor implementation and typing (#1557)
26-
* Add `protocol` property to BusABC to determine active CAN Protocol (#1532)
27-
* Add `modifier_callback` parameter to `BusABC.send_periodic` for auto-modifying cyclic tasks (#703)
2830
* NeoVi: Enable send and receive on network ID above 255 (#1627)
31+
* Vector: Send HighPriority Message to flush Tx buffer (#1636)
2932
* PCAN: Optimize send performance (#1640)
3033
* Support version string of older PCAN basic API (#1644)
3134
* Kvaser: add parameter exclusive and `override_exclusive` (#1660)
32-
* Relax BitTiming & BitTimingFd Validation (#1618)
33-
* Vector: Send HighPriority Message to flush Tx buffer (#1636)
3435
* PCAN: remove Windows registry check to fix 32bit compatibility (#1672)
35-
* Vector: Skip the `can_op_mode check` if the device reports `can_op_mode=0` (#1678)
3636

3737
### Miscellaneous
38+
* Distinguish Text/Binary-IO for Reader/Writer classes. (#1585)
3839
* Convert setup.py to pyproject.toml (#1592)
3940
* activate ruff pycodestyle checks (#1602)
4041
* Update linter instructions in development.rst (#1603)
4142
* remove unnecessary script files (#1604)
43+
* Relax BitTiming & BitTimingFd Validation (#1618)
4244
* BigEndian test fixes (#1625)
45+
* align `ID:` in can.Message string (#1635)
46+
* Do not stop notifier if exception was handled (#1645)
4347
* Use same configuration file as Linux on macOS (#1657)
4448
* Catch `pywintypes.error` in broadcast manager (#1659)
49+
* We do not need to account for drift when we `USE_WINDOWS_EVENTS` (#1666)
4550
* Update linters, activate more ruff rules (#1669)
46-
* align `ID:` in can.Message string (#1635)
47-
* Do not stop notifier if exception was handled (#1645)
48-
* Add `BitTiming.iterate_from_sample_point` static methods (#1671)
4951
* Add Python 3.12 Support / Test Python 3.12 (#1673)
5052

5153

0 commit comments

Comments
 (0)