From 92fe9e621eace7527818ac1a136603d15058cb87 Mon Sep 17 00:00:00 2001 From: wbt Date: Tue, 23 Jan 2018 11:55:37 -0500 Subject: [PATCH] Note deprecation of constant keyword on functions --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contracts.rst b/docs/contracts.rst index 6dfcdf601..416dc6499 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -467,7 +467,7 @@ The following statements are considered modifying the state: } .. note:: - ``constant`` on functions is an alias to ``view``. + ``constant`` on functions is an alias to ``view``, but this is deprecated and is planned to be dropped in version 0.5.0. .. note:: Getter methods are marked ``view``.