Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
broneill committed Oct 15, 2024
1 parent ed3f13a commit 9168d0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
v2.6.0
------
* Added a Type interface for explicitly representing types.
* Added support for type use annotations. They're not supported when the target is in the body
of a method, because they're not accessible via reflection anyhow. They're not supported for
generic types either, because generic types aren't currently supported at all.

v2.5.11 (2024-09-07)
-------
Expand Down

0 comments on commit 9168d0b

Please sign in to comment.