unknown_unit renamed to unknown_coherent_unit

This commit is contained in:
Mateusz Pusz
2020-02-22 09:37:40 +01:00
parent d51a9eac28
commit 0c89df3980
6 changed files with 15 additions and 14 deletions

View File

@ -3,7 +3,7 @@
- 0.5.0 ???
- Major refactoring and rewrite of the library
- Units are now independent from dimensions
- Dimensions are now depended on units (base or coherent units are provided in a class template)
- Dimensions now depend on units (base or coherent units are provided in a class template)
- Quantity gets a Dimension template parameter again (as unit does not provide information about
its dimension anymore)
- Added official CGS system support
@ -12,6 +12,7 @@
- `ratio` refactored to contain `Exp` template parameter
- SI fundamental constants added
- `q_` prefix applied to all the UDLs
- `unknown_unit` renamed to `unknown_coherent_unit`
- ...
- 0.4.0 Nov 17, 2019