Fix changelog. [skip ci]

This commit is contained in:
Rodrigo Girão Serrão
2023-03-13 16:16:00 +00:00
parent f81dd4071c
commit eea61c1b0b

View File

@@ -5,6 +5,13 @@ 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/).
## Unreleased
### Fixed
- Fixed how the namespace for messages is calculated to facilitate inheriting messages https://github.com/Textualize/textual/issues/1814
## [0.15.0] - 2023-03-13
### Fixed
@@ -14,7 +21,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixed `Pilot.click` not correctly creating the mouse events https://github.com/Textualize/textual/issues/2022
- Fixes issue where the horizontal scrollbar would be incorrectly enabled https://github.com/Textualize/textual/pull/2024
- Fixes for tracebacks not appearing on exit https://github.com/Textualize/textual/issues/2027
- Fixed how the namespace for messages is calculated to facilitate inheriting messages https://github.com/Textualize/textual/issues/1814
### Added