Formatting cleanup.
1 parent 4b7cc96 commit 7ba6de60361f5d9adfd36283f87b3cf2980d1c84
@tundra tundra authored on 19 Jan 2005
Showing 1 changed file
View
22
WHATSNEW.txt
BUG FIXES
 
- There was a problem properly identifying templates
if they were named using fully qualified names that
included one or more namespaces. Fixed.
- There was a problem properly identifying templates 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.
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.
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.
Template names are checked to make sure they do not contain
namespace separators. Templates must be named canonically. This
was always a requirement, but it was never checked or documented.
 
- 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