Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Sep 15, 2024
1 parent 593d356 commit c15387f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
## 1.5.12
* Bugfix: Function types for inherited methods could in some cases show wrong signature when type parameters where used.
* Bugfix: Auto-completion would in some cases show wrong types when type parameters where used.
* Improvement: performance improvements (expression evaluation cache)
* Bugfix: Fix NPE when evaluating callExpression made out of reifications
* Improvement: More correctly handling monomorphism
* Improvement: Resolver should now resolve known members from typeParameter constraints.
* Improvement: performance improvements (expression evaluation cache & fix for slow forward lookups)
*
## 1.5.11
* Improvement: Variables and members with only init expression "= null" should now correctly resolve to type Null<T>.
Expand Down

0 comments on commit c15387f

Please sign in to comment.