File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,28 +10,26 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
1010`Unreleased `_
1111-------------
1212
13- Changed
14- ~~~~~~~
15-
16- * The default notify method for the WinRT backend is changed from ``Indicate `` to ``Notify ``.
17-
1813Added
1914~~~~~
2015
2116* Allow 16-bit UUID string arguments to ``get_service() `` and ``get_characteristic() ``.
2217* Added ``register_uuids() `` to augment the uuid-to-description mapping.
23- * Support for Python 3.10.
18+ * Added support for Python 3.10.
2419* Added ``force_indicate `` keyword argument for WinRT backend client's ``start_notify `` method. Fixes #526.
2520
2621Changed
2722~~~~~~~
23+
2824* Changed from ``winrt `` dependency to ``bleak-winrt ``.
2925* Changed WinRT client to default to not use cache when enumerating services. Fixes #646.
3026* Improved error when connecting to device fails in WinRT backend. Fixes #647.
3127* Changed examples to use ``asyncio.run() ``.
28+ * Changed the default notify method for the WinRT backend from ``Indicate `` to ``Notify ``.
3229
3330Removed
3431~~~~~~~
32+
3533* Removed ``dotnet `` backend.
3634* Dropped support for Python 3.6.
3735
4139* Fixed unused timeout in the implementation of BleakScanner's ``find_device_by_address() `` function.
4240* Fixed BleakClient ignoring the `adapter ` kwarg. Fixes #607.
4341* Fixed writing descriptors in WinRT backend. Fixes #615.
44- * Fixed race on disconnect and cleanup of bluez matches when device disconnects early. Fixes #603.
42+ * Fixed race on disconnect and cleanup of BlueZ matches when device disconnects early. Fixes #603.
4543* Fixed memory leaks on Windows.
4644
4745
You can’t perform that action at this time.
0 commit comments