Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Feb 18, 2021
1 parent 3688ce5 commit 7c8ab28
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@
- Added `randState` template that exposes the default random number generator.
Useful for library authors.

- Added `std/enumutils` module.

- Added `enumutils.genEnumCaseStmt` macro that generates case statement to parse string to enum.

- Added `enumutils.items` for sparse enums.
- Added `std/enumutils` module. Added `genEnumCaseStmt` macro that generates case statement to parse string to enum.
Added `items` for sparse enums.

- Added `typetraits.SomeSparseEnum` for sparse enums.

Expand Down

0 comments on commit 7c8ab28

Please sign in to comment.