Merge pull request #3666 from myk002/myk_new_tools

add New Tools as a valid changelog header
develop
Myk 2023-08-11 18:22:18 -07:00 committed by GitHub
commit 3e6f1b9043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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