Update the CHANGELOG

Co-authored-by: Chakib Benziane <contact@blob42.xyz>
This commit is contained in:
Dave Pearson
2023-09-06 10:18:47 +01:00
parent 738eb7b9b7
commit a70235e42d

View File

@@ -5,6 +5,16 @@ 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
### Changed
- `Markdown.load` will now attempt to scroll to a related heading if an anchor is provided [PR here]
### Fixed
- Fixed a crash in `MarkdownViewer` when clicking on a link that contains an anchor https://github.com/Textualize/textual/issues/3094
## [0.36.0] - 2023-09-05
### Added