From 694877aad17238e509ef73db45f32d5377cc955d Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Tue, 19 Mar 2019 12:16:21 +0700 Subject: [PATCH] Checkin release notes for 2.0-rc.23 --- Applications/TextMate/about/Changes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Applications/TextMate/about/Changes.md b/Applications/TextMate/about/Changes.md index 76bac26d..d2f4b24a 100644 --- a/Applications/TextMate/about/Changes.md +++ b/Applications/TextMate/about/Changes.md @@ -2,6 +2,12 @@ Title: Release Notes # Changes +## 2019-03-19 (v2.0-rc.23) + +* Some UI fixes for 10.13 and earlier (introduced in previous build(s)). +* Implement accessibility rotor for document symbols. [Explanation here](https://github.com/textmate/textmate/commit/85d3af94bae07982bc149440ee099970a021abb6). *[Boris DuĊĦek]* +* See [all changes since v2.0-rc.22](https://github.com/textmate/textmate/compare/v2.0-rc.22...v2.0-rc.23) + ## 2018-12-06 (v2.0-rc.22) * Improve UI for tagging files (file browser action menu). *[Ronald Wampler]*