1# Account Subsystem ChangeLog 2 3## cl.account_os_account.1 Expansion of Distributed Account Nickname and Profile Picture Specifications 4 5The existing distributed account nickname and profile picture specifications cannot meet requirements in scenarios where the nickname is long and profile picture is large. 6 7Therefore, the distributed account nickname and profile picture specifications are expanded. 8 9**Change Impacts** 10 11The API change is forward compatible. Applications developed based on earlier versions can use the APIs in accordance with the new specifications, without affecting the original logic. 12 13**Key API/Component Changes** 14 15Before change: 16 - The nickname cannot exceed 20 characters, and the profile picture size cannot exceed 3 MB. 17 18After change: 19 - The nickname cannot exceed 1024 characters, and the profile picture size cannot exceed 10 MB. 20