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

Commit 08bbff1

Browse files
committed
Adds CHANGELOG entry for #39
1 parent 687fa4d commit 08bbff1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

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

55
Versions prior to 0.4.0 were released as the package "weierophinney/hal".
66

7-
## 1.1.0 - TBD
7+
## 1.1.0 - 2018-06-05
88

99
### Added
1010

11-
- Nothing.
11+
- [#39](https://github.com/zendframework/zend-expressive-hal/pull/39) adds a cookbook recipe detailing how to create a fully contained, path-segregated
12+
module, complete with its own router, capable of generating HAL resources.
1213

1314
### Changed
1415

15-
- Nothing.
16+
- [#39](https://github.com/zendframework/zend-expressive-hal/pull/39) updates `LinkGeneratorFactory` to allow passing an alternate service name to use when
17+
retrieving the `LinkGenerator\UriGeneratorInterface` dependency.
18+
19+
- [#39](https://github.com/zendframework/zend-expressive-hal/pull/39) updates `ResourceGeneratorFactory` to allow passing an alternate service name to use when
20+
retrieving the `LinkGenerator` dependency.
1621

1722
### Deprecated
1823

0 commit comments

Comments
 (0)