File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.10.2
2+
3+ ### Features:
4+
5+ * Added ` on_unknown_member ` option to the ` properties_get_all_dict `
6+ method. Specifies the action on what to do with unknown property.
7+ (` "error" ` (default), ` "ignore" ` , ` "reuse" ` )
8+
9+ ### Fixes:
10+
11+ * Fixed autodoc regressions introduced in ` 0.10.1 ` .
12+ Properties and signals headers have been redesigned.
13+ * Fixed PropertiesChanged signal emitting only the newest object
14+ path.
15+
116## 0.10.1
217
318### Features:
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def get_link_arguments() -> List[str]:
9393 'Based on sd-bus from libsystemd.' ),
9494 long_description = long_description ,
9595 long_description_content_type = 'text/markdown' ,
96- version = '0.10.1 ' ,
96+ version = '0.10.2 ' ,
9797 url = 'https://github.com/igo95862/python-sdbus' ,
9898 author = 'igo95862' ,
9999 author_email = 'igo95862@yandex.ru' ,
You can’t perform that action at this time.
0 commit comments