We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f5105 commit 8fd4a33Copy full SHA for 8fd4a33
CHANGELOG.md
@@ -2,6 +2,31 @@
2
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
5
+## 0.3.1 - 2019-04-25
6
+
7
+### Added
8
9
+- [#20](https://github.com/laminas/laminas-zendframework-bridge/pull/20) provides an additional autoloader that is _prepended_ to the autoloader
10
+ stack. This new autoloader will create class aliases for interfaces, classes,
11
+ and traits referenced in type hints and class declarations, ensuring PHP is
12
+ able to resolve them correctly during class_alias operations.
13
14
+### Changed
15
16
+- Nothing.
17
18
+### Deprecated
19
20
21
22
+### Removed
23
24
25
26
+### Fixed
27
28
29
30
## 0.3.0 - 2019-04-12
31
32
### Added
0 commit comments