Skip to content

Commit 0d159d8

Browse files
committed
Adds CHANGELOG entry for #16
1 parent 6beada8 commit 0d159d8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

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

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

5+
## 0.3.0 - 2019-04-12
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- [#16](https://github.com/laminas/laminas-zendframework-bridge/pull/16) removes the `RewriteRules::classRewrite()` method, as it is no longer
22+
needed due to internal refactoring.
23+
24+
### Fixed
25+
26+
- [#16](https://github.com/laminas/laminas-zendframework-bridge/pull/16) fixes how the rewrite rules detect the word `Zend` in subnamespaces and
27+
class names to be both more robust and simpler.
28+
529
## 0.2.5 - 2019-04-11
630

731
### Added

0 commit comments

Comments
 (0)