From 6cf679ee1f91f20c0df858cb63f606fcf81feecb Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Sat, 10 Aug 2013 13:57:54 +0200 Subject: [PATCH] Checkin release notes --- Applications/TextMate/about/Changes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Applications/TextMate/about/Changes.md b/Applications/TextMate/about/Changes.md index 6bd8ec41..d69645ca 100644 --- a/Applications/TextMate/about/Changes.md +++ b/Applications/TextMate/about/Changes.md @@ -1,5 +1,10 @@ # Changes +## 2013-08-10 ([v2.0-alpha.9461](https://github.com/textmate/textmate/compare/v2.0-alpha.9459...v2.0-alpha.9461)) + +* If you select two words separated by non-word characters, ⌃T will now swap the words, rather than reverse the characters of the selection. This also works if the words are surrounded by parentheses. +* Miscellaneous fixes and improvements. + ## 2013-08-02 ([v2.0-alpha.9459](https://github.com/textmate/textmate/compare/a9455...v2.0-alpha.9459)) * TextMate now listens to `rmate` connections via IPv6 meaning that if you are using an ssh tunnel, you should use `localhost` instead of `127.0.0.1`. Also worth mentioning that `rmate` is once again a [standalone script](https://github.com/textmate/rmate) that can be installed without needing rubygems.