From 3eb40043dcc187da0eaa6b2cc19274dc34b6b48c Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 8 May 2020 12:04:14 +0200 Subject: [PATCH] CHANGELOG updated --- docs/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b0f4cdd7..bf8bc8fc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -22,6 +22,8 @@ - Named SI units and their dimensions added (thanks [@rbrugo](https://github.com/rbrugo) - libfmt updated to 6.2.0 - Added absolute functions and epsilon to math.h (thanks [@mikeford3](https://github.com/mikeford3)) + - Added a lot of prefixes to named units and introduced `alias_unit` (thanks [@yasamoka](https://github.com/yasamoka)) + - Linking with Conan targets only when they exists ([#98](https://github.com/mpusz/units/issues/98)) - ... Many thanks to GitHub users [@oschonrock](https://github.com/oschonrock) and