aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryenlin.lai <yenlin.lai@cobinhood.com>2019-03-27 17:50:44 +0800
committeryenlinlai <38415072+yenlinlai@users.noreply.github.com>2019-03-29 10:50:26 +0800
commite0229cc82c9fd950c86d599f78b42c5384c46e6a (patch)
tree8179ea8fc95a42e151ece54dc85f94b891163666
parentaa8a495dd1acdcb6aac1fed13d2ed058cf3b5030 (diff)
downloaddexon-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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 899adda..ef7358b 100644
--- a/README.md
+++ b/README.md
@@ -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