diff options
author | Steven Knight <knight@baldmt.com> | 2008-12-22 03:58:03 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-12-22 03:58:03 (GMT) |
commit | 7ea392eb6321a8ebd1937257d1ef263eb3287ccd (patch) | |
tree | c2df3aff2aec9dcbfc5f7171eeae8823b59cac63 /src | |
parent | d4867f4f5b3d0fddc41a67d7f0782d49750cf771 (diff) | |
download | SCons-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')
-rw-r--r-- | src/RELEASE.txt | 3 |
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 |