Skip to content

Commit 9098d4b

Browse files
committed
Preparing release v1.17.0
1 parent 027aa21 commit 9098d4b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
8-
- No changes yet.
7+
## [1.17.0] - 2023-05-02
8+
### Added
9+
- Allow using `dig.As` with `dig.Group`.
10+
- Add `FillInvokeInfo` Option and `InvokeInfo` struct to help
11+
extract the types requested by an `Invoke` statement.
12+
- To get visibility into constructor and decorator calls, introduce
13+
`WithCallback` Option to provide callback functions.
14+
15+
[1.17.0]: https://github.com/uber-go/dig/compare/v1.16.1...v1.17.0
916

1017
## [1.16.1] - 2023-01-10
1118
### Fixed

0 commit comments

Comments
 (0)