Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Aug 5, 2019
1 parent b24fdf3 commit 1f96ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Release version 3.0.0-RC1 (July 29th, 2019)
* TP3 specs can be find at https://github.com/stephanenicolas/toothpick/issues/225
* KTP specs can be found at https://github.com/stephanenicolas/toothpick/issues/316
* KTP specs can be found at https://github.com/stephanenicolas/toothpick/issues/316. Thx to @chenthorne and @dpreussler for their contributions to the Kotlin extensions of TP.
* Scope annotations are not backward compatible with version 2. In version 2, scope annotations had 2 meaning: @ActivitySingleton meant
both that a class could only be injected in a scope that supported this annotation and that the class would provide singletons of this scope.
In TP 3, it is now more fine grained: @ActivityScope means a class can only be injected in a scope that supports this annotation
Expand Down

0 comments on commit 1f96ae3

Please sign in to comment.