Skip to content

Commit 8fd4a33

Browse files
committed
Adds CHANGELOG entry for #20
1 parent c6f5105 commit 8fd4a33

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

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+
- Nothing.
21+
22+
### Removed
23+
24+
- Nothing.
25+
26+
### Fixed
27+
28+
- Nothing.
29+
530
## 0.3.0 - 2019-04-12
631

732
### Added

0 commit comments

Comments
 (0)