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

Commit

Permalink
Update CHANGELOG with information about optimize-use command.
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Aug 17, 2013
1 parent 7b97167 commit bcefb7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@
various fixes that are aggreated under the GH-28, GH-29, GH-19
and GH-20. The command is now much more robust and does
not create false/positives anymore.

- Added `optimize-use <file>` command that will convert all
relative or absolute usages of namespaces into use statements,
leaving only the last part at the occuring position.
(by @pscheit)

0 comments on commit bcefb7d

Please # to comment.