diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 530590b..3bd8eeb 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,9 @@ +BUG FIXES + +- There was a problem properly identifying templates + if they were named using fully qualified names that + included one or more namespaces. Fixed. + CHANGES - The program changes described below have made the 'ParseConfig' @@ -20,16 +26,6 @@ parse-related data structures into the 'SymbolTable' object. This eliminated most of the global variables. -- Template variables previously required a right hand side when - instantiated. It is now possible to have a construct like - "TemplateVariable=" in the configuration file. In that case, the - variable is brought into existence with the default value found in - its template. This means the default value must be one of the - entries in the 'LegalVals' field of that variable's descriptor. If - it is not, the user will be *required* to enter a right hand side in - the configuration file. (Because the default will be illegal in this - case and thus not accepted by 'tconfpy'.) - NEW FEATURES