Allow for class annotations as a default for when an annotation is not present on a method

This commit is contained in:
jmp 2020-10-21 23:51:56 -07:00 committed by Alexander Söderberg
parent d37f2236e7
commit c9d4f39612
7 changed files with 40 additions and 19 deletions

View file

@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Allow for combined presence flags, such that `-a -b -c` is equivalent to `-abc`
- Allow for class annotations as a default for when an annotation is not present on a method.
## [1.0.2] - 2020-10-18