CHANGELOG update and LINT fixes

This commit is contained in:
Fabio Manganiello 2022-03-12 02:04:07 +01:00
parent c3934e2a7e
commit 34e1e673e8
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 14 additions and 8 deletions

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
Given the high speed of development in the first phase, changes are being reported only starting from v0.20.2. Given the high speed of development in the first phase, changes are being reported only starting from v0.20.2.
## [Unreleased]
### Added
- Simplified script API to interact with platform variables (https://git.platypush.tech/platypush/platypush/-/issues/206).
## [0.23.0] - 2022-03-01 ## [0.23.0] - 2022-03-01
### Added ### Added

View File

@ -3,7 +3,7 @@ import importlib
import logging import logging
from threading import RLock from threading import RLock
from typing import Optional, Callable, Any from typing import Optional, Any
from ..bus import Bus from ..bus import Bus
from ..config import Config from ..config import Config