From 6d4cf22f13ab8a88c88788fe77b76d30473762bc Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Sun, 26 May 2013 17:58:39 +0800 Subject: [PATCH] Checkin release notes --- Applications/TextMate/about/Changes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Applications/TextMate/about/Changes.md b/Applications/TextMate/about/Changes.md index edb419d0..5a0299ad 100644 --- a/Applications/TextMate/about/Changes.md +++ b/Applications/TextMate/about/Changes.md @@ -1,8 +1,10 @@ # Changes -## 2013-05-18 ([a9425](https://github.com/textmate/textmate/compare/a9423...a9425)) +## 2013-05-26 ([a9427](https://github.com/textmate/textmate/compare/a9423...a9427)) -* Add missing variables (like `PATH`) for export commands. +* A bundle’s `info.plist` can now use the `requiredCommands` key. All items in the bundle will inherit the requirements, though they are presently only checked for commands and drag commands. +* Failing to set/remove extended attributes is no longer treated as an error (to improve compatibility with various file systems). +* Add SOCKS proxy support for updating and crash report submissions. ## 2013-05-17 ([a9423](https://github.com/textmate/textmate/compare/a9419...a9423))