[Changelog] Add const_assert! input typechecking

This commit is contained in:
Nikolai Vazquez 2019-05-04 12:13:55 +02:00
parent 9f0f8aa871
commit 008a5cdc22

View File

@ -5,6 +5,9 @@ The format is based on [Keep a Changelog] and this project adheres to
[Semantic Versioning].
## [Unreleased]
### Fixed
- `const_assert!` now only takes `bool` values whereas integer (or other type)
values could previously be passed
## [0.3.1] - 2018-11-15
### Fixed