Update the correct CHANGELOG, doh! :)

This commit is contained in:
Toby Lawrence 2019-08-08 19:27:36 -04:00
parent 0ab3543a2d
commit be36b0e75f
No known key found for this signature in database
GPG Key ID: 3BB201B0EEE9212E
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Fixed a bug with macros calling inner macros without a fully qualified name.
## [0.5.0] - 2019-07-29
### Added

View File

@ -5,8 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Fixed a bug with macros calling inner macros without a fully qualified name.
## [0.11.0] - 2019-07-29
### Added