summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-12-22 03:58:03 (GMT)
committerSteven Knight <knight@baldmt.com>2008-12-22 03:58:03 (GMT)
commit7ea392eb6321a8ebd1937257d1ef263eb3287ccd (patch)
treec2df3aff2aec9dcbfc5f7171eeae8823b59cac63 /src/RELEASE.txt
parentd4867f4f5b3d0fddc41a67d7f0782d49750cf771 (diff)
downloadSCons-7ea392eb6321a8ebd1937257d1ef263eb3287ccd.zip
SCons-7ea392eb6321a8ebd1937257d1ef263eb3287ccd.tar.gz
SCons-7ea392eb6321a8ebd1937257d1ef263eb3287ccd.tar.bz2
Add the Options object and *Option() function to the list of features
getting mandatory deprecation warnings in 1.3.0.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 4d25e03..b845cd6 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -46,6 +46,9 @@ RELEASE 1.2.0 - Sat, 20 Dec 2008 22:47:29 -0800
-- The Sig module (now an unnused stub).
-- The --debug=dtree, --debug=stree and --debug=tree options.
-- The --debug=nomemoizer option.
+ -- The Options object and the related BoolOption(),
+ EnumOption(), ListOption(), PackageOption() and
+ PathOption() functions.
The mandatory warnings will be issued in order to make sure
users of 1.3.0 notice *prior* to the release of SCons 2.0.0, that