Skip to content

4.4.1 - Fix `LeafContext.application` Casting Failure

Latest
Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 03 Nov 20:09
bf48d24

What's Changed

Fix LeafContext.application Casting Failure by @grantjbutler in #235

Fixes an issue where the wrong type would be set to the application userInfo key when accessing the renderer directly on the Application (it would set a value of Application.Leaf, rather than Application, and then the casting would fail on LeafContext.application).

This patch was released by @0xTim

Full Changelog: 4.4.0...4.4.1