Adding changelog.

This commit is contained in:
Gareth J. Greenaway 2022-09-02 16:30:50 -07:00 committed by Megan Wilhite
parent 616f195546
commit e30fab6c4f

1
changelog/62439.fixed Normal file
View file

@ -0,0 +1 @@
When handling aggregation, change the order to ensure that the requisites are aggregated first and then the state functions are aggregated. Caching whether aggregate functions are available for particular states so we don't need to attempt to load them everytime.