aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-06-21 06:01:40 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-06-22 02:21:02 +0800
commit72e87423db8d938a4ef5eea92a56332c607accdb (patch)
treeb35087edce7175dede56de0df7a8b457b020c0e3 /docs/units-and-global-variables.rst
parent32f2db780c6d4d5ca507c595c8f15cacb51972c7 (diff)
downloaddexon-solidity-72e87423db8d938a4ef5eea92a56332c607accdb.tar.gz
dexon-solidity-72e87423db8d938a4ef5eea92a56332c607accdb.tar.zst
dexon-solidity-72e87423db8d938a4ef5eea92a56332c607accdb.zip
Disallow the years unit denomination properly
Diffstat (limited to 'docs/units-and-global-variables.rst')
-rw-r--r--docs/units-and-global-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst
index a6f8ca87..3b0be438 100644
--- a/docs/units-and-global-variables.rst
+++ b/docs/units-and-global-variables.rst
@@ -32,7 +32,7 @@ Due to the fact that leap seconds cannot be predicted, an exact calendar
library has to be updated by an external oracle.
.. note::
- The suffix ``years`` has been deprecated due to the reasons above.
+ The suffix ``years`` has been deprecated due to the reasons above and cannot be used starting version 0.5.0.
These suffixes cannot be applied to variables. If you want to
interpret some input variable in e.g. days, you can do it in the following way::