New
2.4.0
Release Notes for 2.4.0
Feature release (minor)
2.4.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Deprecations
- 472: Transition to using reflection-based, direct field access only thanks to @mpdude
Improvements
- 453: Utilizing Expression::visit method instead of match true thanks to @CloneException