Noticing some breaking changes regarding API Page responses in the 24.0 update, specifically around how the space character is encoded in enum values. For example, consider the blocked field of the below vendor record returned from 24.0:
In versions <24.0, the field was encoded as a literal ' ' character:
Is this a bug? Is this change documented anywhere?