From b610a6369fc889dd251ea33ff4d490f891b0aa7d Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 21 Jun 2020 10:38:13 +0200 Subject: [PATCH] CHANGELOG updated --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 478f7303..d521e942 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,6 +7,7 @@ - Added STL random number distribution wrappers (thanks [@yasamoka](https://github.com/yasamoka)) - `math.h` function signatures refactored to use a `Quantity` concept (thanks [@kwikius](https://github.com/kwikius)) - FPS system added (thanks [@mikeford3](https://github.com/mikeford3)) + - `quantity_point` support added (thanks [@johelegp](https://github.com/johelegp)) - **0.5.0 May 17, 2020** - Major refactoring and rewrite of the library