Skip to content

Commit

Permalink
Added DEPRECATIONS file that tracks deprecations
Browse files Browse the repository at this point in the history
With information when it was deprecated and when will
be removed.
  • Loading branch information
igo95862 committed Oct 31, 2021
1 parent adcbba4 commit c4912bb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions DEPRECATIONS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Deprecation information

## `_connect` and `new_connect` of the `DbusInterfaceCommonAsync` class

Replaced with equivalent `_proxify` and `new_proxy`.

* **Since**: 0.8.4
* **Warning**: 0.9.0
* **Removed**: 1.0.0

## `start_serving` of the `DbusInterfaceCommonAsync` class

Replaced with equivalent but sync `export_to_dbus`.

* **Since**: 0.7.6
* **Warning**: 0.7.6
* **Removed**: 1.0.0

0 comments on commit c4912bb

Please sign in to comment.