-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
729a495
commit 7de33b6
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## [0.2] - 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. |