changelog for 0.9.0 release
This commit is contained in:
parent
2a5fe2c382
commit
a6c979e0a4
1 changed files with 9 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue