Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonorossi committed May 6, 2020
1 parent db192c0 commit e1c1e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Castle Core Changelog

## Unreleased
## 4.4.1 (2020-05-06)

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 mixins where proxy constructor fields were ordered 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 e1c1e6f

Please sign in to comment.