diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:19:58 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:19:58 +0100 |
| commit | b009b50e81b6c1d0d691505b5f5c0418f559bfc0 (patch) | |
| tree | 5fae800e76219eba28634cb236565f9b4bb7a2f7 /atom/packages/ex-mode/CHANGELOG.md | |
| parent | 4efcafab7f0aa454f9ebe767133654bc9f44e12c (diff) | |
Remove Atom config
Diffstat (limited to 'atom/packages/ex-mode/CHANGELOG.md')
| -rw-r--r-- | atom/packages/ex-mode/CHANGELOG.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/atom/packages/ex-mode/CHANGELOG.md b/atom/packages/ex-mode/CHANGELOG.md deleted file mode 100644 index 9aa8d03..0000000 --- a/atom/packages/ex-mode/CHANGELOG.md +++ /dev/null @@ -1,27 +0,0 @@ -## 0.6.0 -* No project/multiple projects paths (uses first one) -* Support for :set -* Fixes - -## 0.5.0 -* Comply with upcoming Atom API 1.0 -* Added `:d` -* Fixes - -## 0.4.1 - C-C-C-Combo Edition -* Added ex command parser, including ranges -* Added `:wq` -* Added `:s` -* Alert on unknown or invalid command - -## 0.3.0 - Extrovert Edition -* Register new commands from the outside world -* Added `:tabn`, `:tabp`, `:e`, `:enew`, and a few aliases - -## 0.2.0 - NotAOneTrickPony Edition -* Added `:quit`, `:tabedit`, `:wa`, `:split`, `:vsplit` -* Commands can take arguments - -## 0.1.0 - First Release -* Every feature added -* Every bug fixed |