changelog

This commit is contained in:
Will McGugan
2023-01-05 11:33:16 +00:00
parent d5c8516ee7
commit 1465063b71

View File

@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.10.0] - Unreleased
### Changed
- `MouseScrollUp` and `MouseScrollDown` now inherit from `MouseEvent` and have attached modifier keys. https://github.com/Textualize/textual/pull/1458
## [0.9.1] - 2022-12-30
### Added