v2.3.2
Version 2.3.2
Application Changes
- Fix issue where
panelists/scores/id
andpanelists/scores/slug
return scores asint
instead ofDecimal
due toUnion[int, Decimal]
would return anint
. Switched toUnion[Decimal, int]
to allowDecimal
to take precedence
Pull Request(s): #39
Full Changelog: v2.3.1...v2.3.2