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

Commit 61f882d

Browse files
committed
Added CHANGELOG for #69
1 parent c664e07 commit 61f882d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ All notable changes to this project will be documented in this file, in reverse
2323
how parameter typehints were generated; previously, fully-qualified class
2424
names were not being generated with the leading backslash, causing them to
2525
attempt to resolve as if they were relative to the current namespace.
26+
- [#69](https://github.com/zendframework/zend-code/pull/69) fixes an issue with
27+
how class names under the same namespace are generated when generating
28+
typehints, extends, and implements values; they now strip the
29+
common namespace from the class name.
2630

2731
## 3.0.2 - 2016-04-20
2832

0 commit comments

Comments
 (0)