Skip to content
  • Filip Figiel's avatar
    fix: marshal empty byte slices into empty strings (#4) · 076fc305
    Filip Figiel authored
    * fix: marshal empty byte slices into empty strings
    
    The library marshals byte slices into base64-encoded strings. For consistency, empty byte slices
    should be marshaled into empty strings.
    
    * docs: add changelog section
    076fc305