Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit bcefb7d

Browse files
committed
Update CHANGELOG with information about optimize-use command.
1 parent 7b97167 commit bcefb7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
various fixes that are aggreated under the GH-28, GH-29, GH-19
55
and GH-20. The command is now much more robust and does
66
not create false/positives anymore.
7+
8+
- Added `optimize-use <file>` command that will convert all
9+
relative or absolute usages of namespaces into use statements,
10+
leaving only the last part at the occuring position.
11+
(by @pscheit)

0 commit comments

Comments
 (0)