Reorder sections in NEWS (future only)

develop
lethosor 2017-12-23 22:09:09 -05:00
parent 86dc58f22e
commit 2e505fae28
1 changed files with 10 additions and 9 deletions

@ -12,13 +12,13 @@
Sections for each release are added as required, and consist solely of the Sections for each release are added as required, and consist solely of the
following in order as subheadings:: following in order as subheadings::
Internals
Lua
Ruby
New [Internal Commands | Plugins | Scripts | Tweaks | Features] New [Internal Commands | Plugins | Scripts | Tweaks | Features]
Fixes Fixes
Misc Improvements Misc Improvements
Removed Removed
Internals
Lua
Ruby
When referring to a script, plugin, or command, use backticks (```) to When referring to a script, plugin, or command, use backticks (```) to
create a link to the relevant documentation - and check that the docs are create a link to the relevant documentation - and check that the docs are
@ -39,12 +39,6 @@ Changelog
DFHack future DFHack future
============= =============
Lua
---
- Added a new ``dfhack.console`` API
- Exposed ``get_vector()`` (from C++) for all types that support ``find()``,
e.g. ``df.unit.get_vector() == df.global.world.units.all``
New Scripts New Scripts
----------- -----------
- `devel/check-other-ids`: Checks the validity of "other" vectors in the - `devel/check-other-ids`: Checks the validity of "other" vectors in the
@ -76,6 +70,13 @@ Removed
------- -------
- `warn-stuck-trees`: the corresponding DF bug was fixed in 0.44.01 - `warn-stuck-trees`: the corresponding DF bug was fixed in 0.44.01
Lua
---
- Added a new ``dfhack.console`` API
- Exposed ``get_vector()`` (from C++) for all types that support ``find()``,
e.g. ``df.unit.get_vector() == df.global.world.units.all``
DFHack 0.43.05-r3 DFHack 0.43.05-r3
================= =================