Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

71 lines (36 loc) · 2.74 KB

v0.3.0 (2017-11-23)

Bug Fixes

  • examples: use hyper-native-tls for TLS (d342be5c, closes #18)

Improvements

v0.2.2 (2017-02-16)

Improvements

  • remove needless borrows (07926ed2)
  • update serde/serde_json/serde_derive, use the ? operator instead of try. (f8c20c0)

v0.2.1 (2016-12-01)

Documentation

  • XkcdResponse: fix doc string for the link field. (356ac25e)

v0.2.0 (2016-06-25)

Bug Fixes

  • XkcdResponse: fix link field deserialization (825017bf, breaks #)

Improvements

  • XkcdResponse: change img field type from String to Url (0c2f2299, breaks #)

Breaking Changes

  • XkcdResponse:
    • change img field type from String to Url (0c2f2299, breaks #)
    • fix link field deserialization (825017bf, breaks #)

v0.1.0 (2016-06-22)

Features

Documentation