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

Commit 0e56bf9

Browse files
committed
Merge branch 'docs/#72-fix-wikipedia-link-to-proxy-pattern' into develop
Forward port #72
2 parents 2a8a403 + 3082c3f commit 0e56bf9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#64](https://github.com/zendframework/zend-servicemanager/pull/64) performance optimizations
10+
when dealing with alias resolution during service manager instantiation
1011

1112
### Deprecated
1213

@@ -39,6 +40,8 @@ All notable changes to this project will be documented in this file, in reverse
3940

4041
- [#62](https://github.com/zendframework/zend-servicemanager/pull/62)
4142
[#64](https://github.com/zendframework/zend-servicemanager/pull/64) corrected benchmark assets signature
43+
- [#72](https://github.com/zendframework/zend-servicemanager/pull/72) corrected link to the Proxy Pattern Wikipedia
44+
page in the documentation
4245

4346
## 3.0.1 - 2016-01-19
4447

doc/book/lazy-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`Zend\ServiceManager` can use [delegator factories](delegators.md) to generate
44
"lazy" references to your services.
55

6-
Lazy services are [proxies](http://en.wikipedia.org/wiki/Proxypattern) that
6+
Lazy services are [proxies](http://en.wikipedia.org/wiki/Proxy_pattern) that
77
get lazily instantiated, and keep a reference to the real instance of
88
the proxied service.
99

0 commit comments

Comments
 (0)