forked from platypush/platypush
CHANGELOG update and LINT fixes
This commit is contained in:
parent
c3934e2a7e
commit
34e1e673e8
2 changed files with 14 additions and 8 deletions
|
@ -3,6 +3,12 @@
|
|||
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.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Simplified script API to interact with platform variables (https://git.platypush.tech/platypush/platypush/-/issues/206).
|
||||
|
||||
## [0.23.0] - 2022-03-01
|
||||
|
||||
### Added
|
||||
|
|
|
@ -3,7 +3,7 @@ import importlib
|
|||
import logging
|
||||
|
||||
from threading import RLock
|
||||
from typing import Optional, Callable, Any
|
||||
from typing import Optional, Any
|
||||
|
||||
from ..bus import Bus
|
||||
from ..config import Config
|
||||
|
|
Loading…
Reference in a new issue