changelog for 0.9.0 release

This commit is contained in:
Brian Vanderbusch 2016-04-24 14:37:45 -05:00
parent 2a5fe2c382
commit a6c979e0a4

View file

@ -1,3 +1,12 @@
## 0.9.0
* Added support for yank commands, ex `:1,10y` (@posgarou)
* Added contributor guidelines, including a pull request template
### Fixes
* delete commands now add text to clipboard, ex `:1,4d`
## 0.8.0
* Don't allow :s delimiters not allowed by vim (@jacwah)
* Backspace over empty `:` now cancels ex-mode (@shamrin)