Skip to content

Commit 2e505fa

Browse files
committed
Reorder sections in NEWS (future only)
1 parent 86dc58f commit 2e505fa

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

NEWS.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
Sections for each release are added as required, and consist solely of the
1313
following in order as subheadings::
1414
15-
Internals
16-
Lua
17-
Ruby
1815
New [Internal Commands | Plugins | Scripts | Tweaks | Features]
1916
Fixes
2017
Misc Improvements
2118
Removed
19+
Internals
20+
Lua
21+
Ruby
2222
2323
When referring to a script, plugin, or command, use backticks (```) to
2424
create a link to the relevant documentation - and check that the docs are
@@ -39,12 +39,6 @@ Changelog
3939
DFHack future
4040
=============
4141

42-
Lua
43-
---
44-
- Added a new ``dfhack.console`` API
45-
- Exposed ``get_vector()`` (from C++) for all types that support ``find()``,
46-
e.g. ``df.unit.get_vector() == df.global.world.units.all``
47-
4842
New Scripts
4943
-----------
5044
- `devel/check-other-ids`: Checks the validity of "other" vectors in the
@@ -76,6 +70,13 @@ Removed
7670
-------
7771
- `warn-stuck-trees`: the corresponding DF bug was fixed in 0.44.01
7872

73+
Lua
74+
---
75+
- Added a new ``dfhack.console`` API
76+
- Exposed ``get_vector()`` (from C++) for all types that support ``find()``,
77+
e.g. ``df.unit.get_vector() == df.global.world.units.all``
78+
79+
7980
DFHack 0.43.05-r3
8081
=================
8182

0 commit comments

Comments
 (0)