Skip to content

Commit 901f761

Browse files
committed
Update CHANGELOG
1 parent ca83487 commit 901f761

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ None
1010

1111
Attributes are now collected from interfaces and traits as well as classes.
1212

13+
Parameter attributes are now collected. Use the method `findTargetParameters()`
14+
to find target parameters, and the method `filterTargetParameters()` to filter
15+
target parameters according to a predicate.
16+
1317
### Deprecated Features
1418

1519
None

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ _discover_ attribute targets in a codebase—for known targets you can use refle
2525
> Currently, the plugin supports class, method, property, and parameter targets.
2626
> You're welcome to [contribute](CONTRIBUTING.md) if you're interested in expending its support.
2727
28+
> [!WARNING]
29+
> Attributes used on functions are ignored at this time.
30+
2831

2932

3033
#### Usage

0 commit comments

Comments
 (0)