Documented new validations.
1 parent 0cdaa9c commit 4b7cc9644617696faab1533e22db793ae652b6d5
@tundra tundra authored on 19 Jan 2005
Showing 1 changed file
View
15
WHATSNEW.txt
if they were named using fully qualified names that
included one or more namespaces. Fixed.
 
CHANGES
 
 
- More and better validation is done of parameters passed to
the parsing API:
 
In addition to the initial symbol table, the passed
template table is also checked.
 
The initial value for each passed symbol is checked for
valid type in both the symbol table and the template table passed
to the API.
 
Template names are checked to make sure they do not contain
namespace separators. Templates must be named canonically.
This was previously the case, but not checked.
 
- The program changes described below have made the 'ParseConfig'
API incompatible with previous versions of 'tconfpy'. The version
number has been branched to 2.x to reflect this fact. Existing