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

Commit c577775

Browse files
committed
docs: adds additional entries for #262 to CHANGELOG
1 parent b8ddf2d commit c577775

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ All notable changes to this project will be documented in this file, in reverse
1212

1313
- [#261](https://github.com/zendframework/zend-developer-tools/pull/261) swaps in symfony/var-dumper for zendframework/zend-debug, as the latter is now archived and abandoned.
1414

15+
- [#262](https://github.com/zendframework/zend-developer-tools/pull/262) moves the file `src/Controller/DeveloperToolsController.php` to `src/Controller/IndexController.php`, so that the filename matches the class name it defines.
16+
17+
- [#262](https://github.com/zendframework/zend-developer-tools/pull/262) moves the file `src/Match/MatchInterface.php` to `src/MatchInterface.php`, so that the filename matches the class name it defines.
18+
19+
- [#262](https://github.com/zendframework/zend-developer-tools/pull/262) moves the file `test/Collector/ConfigCollectionTest.php` to `src/Collector/ConfigCollectorTest.php`, so that the filename matches the class name it defines.
20+
1521
### Deprecated
1622

1723
- Nothing.
@@ -22,7 +28,7 @@ All notable changes to this project will be documented in this file, in reverse
2228

2329
### Fixed
2430

25-
- comply with psr-4 autoloading standard, for composer 1.11+
31+
- Nothing.
2632

2733
## 1.2.4 - 2019-12-26
2834

0 commit comments

Comments
 (0)