Release notes for dbdExpand.pl changes

This commit is contained in:
Andrew Johnson
2022-05-14 21:50:55 -05:00
committed by Michael Davidsaver
parent cf278b4159
commit abe819b51d

View File

@ -16,7 +16,14 @@ should also be read to understand what has changed since earlier releases.
<!-- Insert new items immediately below here ... -->
### `dbExpand.pl` Sorts by Record Name
### `dbdExpand.pl` sorts all items by name
DBD files generated by the `dbdExpand.pl` script are now sorted within each
item type by the primary name of the item. The result should resolve any
issues with reproducable builds. No option is provided to prevent the sorting,
previously the order was essentially random and varied each time.
### `dbExpand.pl` sorts records by name
Records are now output by this program in order, sorted by name. The new flag
`-s` can be given to output the records in the same order they were read in,