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

Commit a5c02bd

Browse files
committed
Adds CHANGELOG entries for #6 and #10
1 parent 5624b6a commit a5c02bd

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file, in reverse
44

55
Versions prior to 0.2.0 were released as the package "webimpress/zend-pimple-config".
66

7-
## 1.0.1 - TBD
7+
## 1.1.0 - 2018-04-11
88

99
### Added
1010

11-
- Nothing.
11+
- [#6](https://github.com/zendframework/zend-pimple-config/pull/6) and
12+
[#10](https://github.com/zendframework/zend-pimple-config/pull/10) add
13+
support for `shared` and `shared_by_default` configuration, allowing the
14+
ability to selectively alter whether or not a shared instance is returned by
15+
the container for a given service.
1216

1317
### Changed
1418

@@ -24,7 +28,13 @@ Versions prior to 0.2.0 were released as the package "webimpress/zend-pimple-con
2428

2529
### Fixed
2630

27-
- Nothing.
31+
- [#10](https://github.com/zendframework/zend-pimple-config/pull/10) fixes
32+
factory configuration support to test that a factory class name is callable
33+
before allowing registration of the factory.
34+
35+
- [#10](https://github.com/zendframework/zend-pimple-config/pull/10) fixes
36+
how aliases to shared services work; they should never return a cloned
37+
instance of the service.
2838

2939
## 1.0.0 - 2018-03-15
3040

0 commit comments

Comments
 (0)