aiogram/CHANGES/1602.bugfix.rst

4 lines
222 B
ReStructuredText
Raw Normal View History

Fixed customized serialization in the :class:`aiogram.filters.callback_data.CallbackData` factory.
From now UUID will have 32 bytes length instead of 36 bytes (with no `-` separators) in the callback data representation.