Skip to content

Commit 9519de7

Browse files
committed
Add CHANGELOG.org
1 parent b00dc5a commit 9519de7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.org

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
* Changelog
2+
All notable changes of the phpactor.el are documented in this file using the [[https://keepachangelog.com/][Keep a Changelog]] principles.
3+
** [[https://github.com/emacs-php/phpactor.el/releases/tag/0.1.0][Version 0.1.0]] / 2018-08-08
4+
This release depends on many contributions of [[https://github.com/kermorgant][Mikael Kermorgant]]. Thanks [[https://github.com/kermorgant][@kermorgant]]!
5+
*** Add
6+
- Implement actions
7+
- RPC ~import_class~ action [[https://github.com/emacs-php/phpactor.el/pull/34][#34]]
8+
- RPC ~close-file~ action [[https://github.com/emacs-php/phpactor.el/pull/39][#39]]
9+
- Editor ~collection~ action [[https://github.com/emacs-php/phpactor.el/pull/39][#39]]
10+
*** Changed
11+
- Replace ~company-grab-symbol~ by specific ~company-phpactor--grab-symbol~ [[https://github.com/emacs-php/phpactor.el/pull/29][#29]]
12+
- Automatically add appropriate ~use~ statement after class completion [[https://github.com/emacs-php/phpactor.el/pull/34][#34]]
13+
*** Fixed
14+
- Alter ~php-mode'~s syntax table on the fly to use correct completion prefix [[https://github.com/emacs-php/phpactor.el/pull/29][#29]]
15+
- Fix completion and goto definition when file contains multi-byte chars [[https://github.com/emacs-php/phpactor.el/issues/40][#40]] [[https://github.com/emacs-php/phpactor.el/pull/46][#46]]
16+
- Fix ~move_class~ RPC action [[https://github.com/emacs-php/phpactor.el/issues/36][#36]] [[https://github.com/emacs-php/phpactor.el/pull/39][#39]]
17+
** [[https://github.com/emacs-php/phpactor.el/releases/tag/0.0.2][Veresion 0.0.2]] / 2018-05-27
18+
** [[https://github.com/emacs-php/phpactor.el/releases/tag/0.0.1][Veresion 0.0.1]] / 2018-05-13

0 commit comments

Comments
 (0)