Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
w1th0utnam3 committed Jul 6, 2021
1 parent 729a495 commit 7de33b6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit 7de33b6

Please sign in to comment.