Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 581 Bytes

UPDATE_LOG.md

File metadata and controls

10 lines (9 loc) · 581 Bytes

Update Log

  • 0.10.0
    • Add new traits matching the traits used to generate zbus::Proxy{,Blocking} structs.
    • Add new auto-implementations of the new traits for all *Proxy and *ProxyBlocking types.
    • Make the Convertable trait generic.
    • Make all *Ext traits generic.
      • NOTE: No implementations are provided for AccessibleExtBlocking.
      • Provide implementations of *Ext based on implementing (usually) * and *ExtError traits.
    • All of this means that the implementations are now generic over any type which implementes the appropriate traits.