From e794b2d66edf529add4442c41cffdcb93496fc71 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Sat, 15 Jun 2013 19:55:42 +0700 Subject: [PATCH] Checkin release notes --- Applications/TextMate/about/Changes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Applications/TextMate/about/Changes.md b/Applications/TextMate/about/Changes.md index 5a0299ad..0aa3fd3b 100644 --- a/Applications/TextMate/about/Changes.md +++ b/Applications/TextMate/about/Changes.md @@ -1,5 +1,12 @@ # Changes +## 2013-06-15 ([a9431](https://github.com/textmate/textmate/compare/a9427...a9431)) + +* Apply injections from child rules without match pattern. *[Joachim Mårtensson]* +* Don't add files from find window to recent list. *[Jakub Suder]* +* Enable "Inspect Element" in web preview. *[Zete Lui]* +* Miscellaneous fixes. + ## 2013-05-26 ([a9427](https://github.com/textmate/textmate/compare/a9423...a9427)) * 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.