v3.11.0
Changed
- Calling
json_encode()on aPackedBoxorPackedItemnow additionally serialises the entire underlying
Box/Itemwhere those objects also implementJsonSerializable. Previously the serialisation only included the
key values from theBox/Iteminterfaces themselves.