Skip to content

Commit 24ea2f2

Browse files
authored
Update changelog (hardbyte#1240)
1 parent c7ba84a commit 24ea2f2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Improved interfaces
6363
* Add more interface information to channel config (#917)
6464
* Improve timestamp accuracy on Windows (#934, #936)
6565
* Fix error with VN8900 (#1184)
66+
* Add static typing (#1229)
6667
* PCAN
6768
* Do not incorrectly reset CANMsg.MSGTYPE on remote frame (#659, #681)
6869
* Add support for error frames (#711)
@@ -118,9 +119,10 @@ Other API changes and improvements
118119
* Logger, viewer and player tools can handle CAN FD (#632)
119120
* Many bugfixes and more testing coverage
120121
* IO
121-
* Log rotation (#648, #874, #881, #1147)
122+
* [Log rotation](https://python-can.readthedocs.io/en/develop/listeners.html#can.SizedRotatingLogger) (#648, #874, #881, #1147)
123+
* Transparent (de)compression of [gzip](https://docs.python.org/3/library/gzip.html) files for all formats (#1221)
122124
* Add [plugin support to can.io Reader/Writer](https://python-can.readthedocs.io/en/develop/listeners.html#listener) (#783)
123-
* ASCReader/Writer enhancements (#820)
125+
* ASCReader/Writer enhancements like increased robustness (#820, #1223)
124126
* Adding absolute timestamps to ASC reader (#761)
125127
* Support other base number (radix) at ASCReader (#764)
126128
* Add [logconvert script](https://python-can.readthedocs.io/en/develop/scripts.html#can-logconvert) (#1072, #1194)
@@ -135,7 +137,7 @@ Other API changes and improvements
135137
* Changes to serial device number decoding (#869)
136138
* Add a default fileno function to the BusABC (#877)
137139
* Disallow Messages to simultaneously be "FD" and "remote" (#1049)
138-
* Speed up interface plugin imports by removing pkg_resources (#1110)
140+
* Speed up interface plugin imports by avoiding pkg_resources (#1110)
139141
* Allowing for extra config arguments in can.logger (#1142, #1170)
140142
* Add changed byte highlighting to viewer.py (#1159)
141143
* Change DLC to DL in Message.\_\_str\_\_() (#1212)
@@ -180,7 +182,7 @@ Behind the scenes & Quality assurance
180182
* Use the [mypy](https://github.com/python/mypy) static type checker (#598, #651)
181183
* Use [tox](https://tox.wiki/en/latest/) for testing (#582, #833, #870)
182184
* Use [Mergify](https://mergify.com/) (#821, #835, #937)
183-
* Switch between various CI providers, abandoned [AppVeyor](https://www.appveyor.com/) (#1009) and partly [Travis CI](https://travis-ci.org/), ended up with [GitHub Actions](https://docs.github.com/en/actions) only (#827)
185+
* Switch between various CI providers, abandoned [AppVeyor](https://www.appveyor.com/) (#1009) and partly [Travis CI](https://travis-ci.org/), ended up with mostly [GitHub Actions](https://docs.github.com/en/actions) (#827, #1224)
184186
* Use the [black](https://black.readthedocs.io/en/stable/) auto-formatter (#950)
185187
* [Good test coverage](https://app.codecov.io/gh/hardbyte/python-can/branch/develop) for all but the interfaces
186188
* Testing: Many of the new features directly added tests, and coverage of existing code was improved too (for example: #1031, #581, #585, #586, #942, #1196, #1198)

0 commit comments

Comments
 (0)