Skip to content

Commit

Permalink
CHANGELOG: cleanup unreleased section
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Oct 6, 2021
1 parent 1075f5e commit b3f44a8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,26 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
`Unreleased`_
-------------

Changed
~~~~~~~

* The default notify method for the WinRT backend is changed from ``Indicate`` to ``Notify``.

Added
~~~~~

* Allow 16-bit UUID string arguments to ``get_service()`` and ``get_characteristic()``.
* Added ``register_uuids()`` to augment the uuid-to-description mapping.
* Support for Python 3.10.
* Added support for Python 3.10.
* Added ``force_indicate`` keyword argument for WinRT backend client's ``start_notify`` method. Fixes #526.

Changed
~~~~~~~

* Changed from ``winrt`` dependency to ``bleak-winrt``.
* Changed WinRT client to default to not use cache when enumerating services. Fixes #646.
* Improved error when connecting to device fails in WinRT backend. Fixes #647.
* Changed examples to use ``asyncio.run()``.
* Changed the default notify method for the WinRT backend from ``Indicate`` to ``Notify``.

Removed
~~~~~~~

* Removed ``dotnet`` backend.
* Dropped support for Python 3.6.

Expand All @@ -41,7 +39,7 @@ Fixed
* Fixed unused timeout in the implementation of BleakScanner's ``find_device_by_address()`` function.
* Fixed BleakClient ignoring the `adapter` kwarg. Fixes #607.
* Fixed writing descriptors in WinRT backend. Fixes #615.
* Fixed race on disconnect and cleanup of bluez matches when device disconnects early. Fixes #603.
* Fixed race on disconnect and cleanup of BlueZ matches when device disconnects early. Fixes #603.
* Fixed memory leaks on Windows.


Expand Down

0 comments on commit b3f44a8

Please sign in to comment.