- Mejora: Permitir generar texto de una clase de una librería cuando se usa ClassPerFile (Lutz Scheffler)

This commit is contained in:
fdbozzo
2015-04-13 01:57:25 +02:00
parent 10a1cbb055
commit bbf0b40f6b
3 changed files with 46 additions and 16 deletions

View File

@@ -47,6 +47,7 @@ Change History -------------------------------------------------------------
- Bug Fix scx/vcx/dbc: Delete ERR files when processing with UseClassPerFile switch (Ryan Harris)
- Feature: Implemented CFG inheritance between directories
- Feature (API): New method get_DirSettings() that returns the CFG settings object for the indicated directory (Lutz Scheffler)
- Feature: Allow generation of text for a single class of a librery when using ClassPerFile (Lutz Scheffler)
2015/01/18 v1.19.41
- Bug Fix db2: Erroneous detection of Invalid Table when size is less than 328 bytes. Lower limit was changed to 65 bytes.