Skip to content

Commit a229957

Browse files
authored
Updated list of breaking change in v2.x
1 parent 69ff47e commit a229957

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Here is the major API changes to v2.x that might make an application designed wi
3636
- Some methods dedicated to internal usage have been prefixed with an underscore (``_``) to indicates that they are internals
3737
- The ``isotp.socket.recv()`` method does not return ``None`` on timeout anymore.
3838
The API now comply with the Python socket API and will raise the proper exception in case of timeout.
39+
- ``isotp.socket.bind`` now requires an ``isotp.Address`` object and is no more backward compatible with old interface
3940
- The error handler is called from a different thread
4041
- The :class:`TransportLayer<isotp.TransportLayer>` object is now an extension of the legacy v1.x TransportLayer, which has been renamed to ``TransportLayerLogic``. See :ref:`Backward Compatibility<backward_compatibility>` and :ref:`Legacy Methods<legacy_methods>`
4142

0 commit comments

Comments
 (0)