Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 707 Bytes

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 707 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[0.2.0] - 2021-07-06

Added

  • An optional macro parameter visit_macros was added to control whether literals inside of macro invocations should be replaced. See the readme or docs for an example.

Changed

  • By default, literals are now also replaced inside of macro invocations

Fixed

  • Integer literals with float suffixes (e.g. 1_f64) are now correctly identified as floats and replaced accordingly

[0.1.1] - 2019-11-26

Internal

  • Updated syn and quote to version 1.0

[0.1] - 2021-05-19

Initial release.