parent
577a85b58c
commit
9bb278f00e
@ -10,6 +10,8 @@ v1.0.1 (UNRELEASED)
|
||||
|
||||
Bug fix release.
|
||||
|
||||
- Core: Make the new history controller available for use. (Fixes: :js:`6`)
|
||||
|
||||
- Audio: Software volume control has been reworked to greatly reduce the delay
|
||||
between changing the volume and the change taking effect. (Fixes:
|
||||
:issue:`1097`)
|
||||
|
||||
@ -11,6 +11,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class HistoryController(object):
|
||||
pykka_traversable = True
|
||||
|
||||
def __init__(self):
|
||||
self._history = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user