Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 1.2 KB

0.35.0

BACKWARDS INCOMPATIBILITIES / NOTES:

  • Update to rustc 1.11.0-nightly (7d2f75a95 2016-06-09).

0.34.0

BACKWARDS INCOMPATIBILITIES / NOTES:

  • Sync with rustc 1.11.0-nightly (ec872dc8a 2016-06-07).
  • Removed syntex_syntax::owned_slice #53.
  • Restore use of various Rust 1.6-compatible APIs: #54 #55 #56 #57
  • Remove unused ty_param_to_string #59
  • Accept AsRef instead of &Path in Registry::expand #65

BUG FIXES:

  • Fix accidental removal of question-marks #58 #60

0.33.0

BACKWARDS INCOMPATIBILITIES / NOTES:

  • Update to rustc 1.10.0-nightly (7bddce693 2016-05-27).
  • Support for Rust 1.5.0 is no longer guaranteed.

BUG FIXES:

  • Increase pretty printer ring buffer size to pretty print large code outputs #47.