From a83954e122ae6650eab3bb53296fcad929a6e888 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 12 Sep 2023 11:08:13 +0100 Subject: [PATCH] Actually link to the relevant PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0740ecc3..7070387e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Widget.notify and App.notify are now thread-safe https://github.com/Textualize/textual/pull/3275 - Breaking change: Widget.notify and App.notify now return None https://github.com/Textualize/textual/pull/3275 - App.unnotify is now private (renamed to App._unnotify) https://github.com/Textualize/textual/pull/3275 -- `Markdown.load` will now attempt to scroll to a related heading if an anchor is provided [PR here] +- `Markdown.load` will now attempt to scroll to a related heading if an anchor is provided https://github.com/Textualize/textual/pull/3244 ## [0.36.0] - 2023-09-05