add New Tools as a valid changelog header

and add to default template
develop
Myk Taylor 2023-08-11 15:31:37 -07:00
parent e8a2ac68fe
commit a9f47e5680
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

@ -24,7 +24,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
Template for new versions:
# Future
## New Tools
## New Features
@ -35,7 +35,6 @@ Template for new versions:
## Documentation
## API
- `RemoteFortressReader`: add a ``force_reload`` option to the GetBlockList RPC API to return blocks regardless of whether they have changed since the last request
## Internals
@ -54,6 +53,8 @@ Template for new versions:
# Future
## New Tools
## New Features
## Fixes
@ -67,6 +68,7 @@ Template for new versions:
## API
- ``Items::getValue()``: remove ``caravan_buying`` parameter since the identity of the selling party doesn't actually affect the item value
- `RemoteFortressReader`: add a ``force_reload`` option to the GetBlockList RPC API to return blocks regardless of whether they have changed since the last request
## Internals

@ -16,6 +16,7 @@ CHANGELOG_PATHS = (
CHANGELOG_PATHS = (os.path.join(DFHACK_ROOT, p) for p in CHANGELOG_PATHS)
CHANGELOG_SECTIONS = [
'New Tools',
'New Plugins', # deprecated
'New Scripts', # deprecated
'New Tweaks', # deprecated