Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Apr 29, 2020
1 parent 0ac2f8a commit 0d12f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Bugfixes:
- Prevent method name collisions when a proxy type implements more than two identically named interfaces having one or more identically named methods each. Name collisions are avoided by including the declaring types' namespaces in the proxy type's method names. (@stakx, #469)
- Reduce lock contention while generating new proxy types which previously blocked new proxy instances (@tangdf, #484)
- Fix mixins where proxy constructor fields were order differently to interfaces because of different case comparisons (@zapov, #475)
- Fix proxy generation for types having only a `private protected` constructor (@mriehm, #491)

## 4.4.0 (2019-04-05)

Expand Down

0 comments on commit 0d12f9c

Please sign in to comment.