@@ -103,6 +103,8 @@ Improved interfaces
103
103
* Improve timestamp accuracy on Windows (#934 , #936 )
104
104
* usb2can
105
105
* Fix "Error 8" on Windows and provide better error messages (#989 )
106
+ * Fix crash on initialization (#1248 , #1249 )
107
+ * Pass flags instead of flags_t type upon initialization (#1252 )
106
108
* serial
107
109
* Fix "TypeError: cannot unpack non-iterable NoneType" and more robust error handling (#1000 , #1010 )
108
110
* canalystii
@@ -122,7 +124,7 @@ Other API changes and improvements
122
124
* [ Log rotation] ( https://python-can.readthedocs.io/en/develop/listeners.html#can.SizedRotatingLogger ) (#648 , #874 , #881 , #1147 )
123
125
* Transparent (de)compression of [ gzip] ( https://docs.python.org/3/library/gzip.html ) files for all formats (#1221 )
124
126
* Add [ plugin support to can.io Reader/Writer] ( https://python-can.readthedocs.io/en/develop/listeners.html#listener ) (#783 )
125
- * ASCReader/Writer enhancements like increased robustness (#820 , #1223 )
127
+ * ASCReader/Writer enhancements like increased robustness (#820 , #1223 , # 1256 , # 1257 )
126
128
* Adding absolute timestamps to ASC reader (#761 )
127
129
* Support other base number (radix) at ASCReader (#764 )
128
130
* Add [ logconvert script] ( https://python-can.readthedocs.io/en/develop/scripts.html#can-logconvert ) (#1072 , #1194 )
@@ -167,6 +169,7 @@ Other Bugfixes
167
169
* Calling stop_all_periodic_tasks() in BusABC.shutdown() and all interfaces call it on shutdown (#1174 )
168
170
* Timing configurations do not allow int (#1175 )
169
171
* Some smaller bugfixes are not listed here since the problems were never part of a proper release
172
+ * ASCReader & ASCWriter using DLC as data length (#1245 , #1246 )
170
173
171
174
Behind the scenes & Quality assurance
172
175
-------------------------------------
0 commit comments