Minor edit.
1 parent a2603e7 commit 76feb22ef8f343c700ffcda92dabda15a7e08e06
@tundra tundra authored on 20 Jan 2005
Showing 1 changed file
View
8
WHATSNEW.txt
namespace separators. Templates must be named canonically. This
was always a requirement, but it was never checked or documented.
 
- Explicit checks are now made to ensure that the configuration does
not do recursive .includes. Any attempt to do so will produce an
error and the offending line will be ignored, but the program will
attempt to continue processing the rest of the configuration.
not do circular or recursive .includes. Any attempt to do so will
produce an error and the offending line will be ignored, but the
program will attempt to continue processing the rest of the
configuration.
 
- 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