From 8ae3dc6caaf900caedec80f9c8451b112bbef43d Mon Sep 17 00:00:00 2001 From: maks feltrin Date: Sat, 16 Jan 2016 17:25:33 +0100 Subject: [PATCH 1/2] fixes link to wikipedia --- doc/book/lazy-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/book/lazy-services.md b/doc/book/lazy-services.md index 962cfb4c..5cdb1676 100644 --- a/doc/book/lazy-services.md +++ b/doc/book/lazy-services.md @@ -3,7 +3,7 @@ `Zend\ServiceManager` can use [delegator factories](delegators.md) to generate "lazy" references to your services. -Lazy services are [proxies](http://en.wikipedia.org/wiki/Proxypattern) that +Lazy services are [proxies](http://en.wikipedia.org/wiki/Proxy_pattern) that get lazily instantiated, and keep a reference to the real instance of the proxied service. From ccdc2b1abe526f4d0a908a58e33d95e8229156b1 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 25 Jan 2016 00:12:34 +0100 Subject: [PATCH 2/2] #72 - changelong entry for the patch --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a11b7093..3455172e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ All notable changes to this project will be documented in this file, in reverse - [#62](https://github.com/zendframework/zend-servicemanager/pull/62) [#64](https://github.com/zendframework/zend-servicemanager/pull/64) corrected benchmark assets signature +- [#72](https://github.com/zendframework/zend-servicemanager/pull/72) corrected link to the Proxy Pattern Wikipedia + page in the documentation ## 3.0.1 - 2016-01-19