diff options
author | yenlin.lai <yenlin.lai@cobinhood.com> | 2019-03-27 17:50:44 +0800 |
---|---|---|
committer | yenlinlai <38415072+yenlinlai@users.noreply.github.com> | 2019-03-29 10:50:26 +0800 |
commit | e0229cc82c9fd950c86d599f78b42c5384c46e6a (patch) | |
tree | 8179ea8fc95a42e151ece54dc85f94b891163666 | |
parent | aa8a495dd1acdcb6aac1fed13d2ed058cf3b5030 (diff) | |
download | dexon-decimal-e0229cc82c9fd950c86d599f78b42c5384c46e6a.tar.gz dexon-decimal-e0229cc82c9fd950c86d599f78b42c5384c46e6a.tar.zst dexon-decimal-e0229cc82c9fd950c86d599f78b42c5384c46e6a.zip |
README: add breaking change notice on master branch
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Arbitrary-precision fixed-point decimal numbers in go. NOTE: can "only" represent numbers with a maximum of 2^31 digits after the decimal point. +## THIS IS UNSTABLE BRANCH +master branch is under development. API changes can be introduced any time. If +you are seeking a stable version, please access v1.x tags. + ## Features * the zero-value is 0, and is safe to use without initialization |