Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 552 Bytes

CHANGES.md

File metadata and controls

17 lines (10 loc) · 552 Bytes

0.1.3 (2021-12-12)

  • Call Decoder::decode_bytes when we are going to cache an object for the first time. Now, the only time we go through Decoder::decode is when we aren't going to cache the object at all (but do not rely on this guarantee).

0.1.1 (2021-11-07)

  • We also need the right bound on the Decoder trait.

0.1.0 (2021-11-07)

  • Add a seek bound to VfsReader. This is for loading assets, and many decoders we might write require this.

0.0.3 (2020-10-24)

  • Get rid of a stray println
  • Errors now have a Display impl.