Skip to content

Commit 4566fff

Browse files
committed
Update README.md
Add info about volatile base units in the serialization section.
1 parent 5993e26 commit 4566fff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ Serialization
123123
**Important!**
124124
We cannot guarantee backwards compatibility, although we will strive to do that on a "best effort" basis and bumping the major nuget version when a change is necessary.
125125

126+
The base unit of any unit should be be treated as volatile as we have changed this several times in the history of this library already. Either to reduce precision errors of common units or to simplify code generation. An example is Mass, where the base unit was first Kilogram as this is the SI unit of mass, but in order to use powershell scripts to generate milligrams, nanograms etc. it was easier to choose Gram as the base unit of Mass.
127+
126128
What It Is Not
127129
===
128130
* It is not an equation solver

0 commit comments

Comments
 (0)