@@ -103,6 +103,8 @@ Improved interfaces
103103 * Improve timestamp accuracy on Windows (#934 , #936 )
104104* usb2can
105105 * 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 )
106108* serial
107109 * Fix "TypeError: cannot unpack non-iterable NoneType" and more robust error handling (#1000 , #1010 )
108110* canalystii
@@ -122,7 +124,7 @@ Other API changes and improvements
122124 * [ Log rotation] ( https://python-can.readthedocs.io/en/develop/listeners.html#can.SizedRotatingLogger ) (#648 , #874 , #881 , #1147 )
123125 * Transparent (de)compression of [ gzip] ( https://docs.python.org/3/library/gzip.html ) files for all formats (#1221 )
124126 * 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 )
126128 * Adding absolute timestamps to ASC reader (#761 )
127129 * Support other base number (radix) at ASCReader (#764 )
128130 * Add [ logconvert script] ( https://python-can.readthedocs.io/en/develop/scripts.html#can-logconvert ) (#1072 , #1194 )
@@ -167,6 +169,7 @@ Other Bugfixes
167169* Calling stop_all_periodic_tasks() in BusABC.shutdown() and all interfaces call it on shutdown (#1174 )
168170* Timing configurations do not allow int (#1175 )
169171* 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 )
170173
171174Behind the scenes & Quality assurance
172175-------------------------------------
0 commit comments