Checkin release notes

This commit is contained in:
Allan Odgaard
2013-08-10 13:57:54 +02:00
parent c080bd8f8b
commit 6cf679ee1f

View File

@@ -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.