File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5+ ## 0.2.0 - 2019-04-01
6+
7+ ### Added
8+
9+ - Nothing.
10+
11+ ### Changed
12+
13+ - [ #4 ] ( https://github.com/laminas/laminas-zendframework-bridge/pull/4 ) rewrites the autoloader to be class-based, via the class
14+ ` Laminas\ZendFrameworkBridge\Autoloader ` . Additionally, the new approach
15+ provides a performance boost by using a balanced tree algorithm, ensuring
16+ matches occur faster.
17+
18+ ### Deprecated
19+
20+ - Nothing.
21+
22+ ### Removed
23+
24+ - [ #4 ] ( https://github.com/laminas/laminas-zendframework-bridge/pull/4 ) removes function aliasing. Function aliasing will move to the packages that
25+ provide functions.
26+
27+ ### Fixed
28+
29+ - Nothing.
30+
531## 0.1.0 - 2019-03-27
632
733### Added
You can’t perform that action at this time.
0 commit comments