Skip to content

Commit 4e5c257

Browse files
authored
fix(changelog): reorder sections
Reorganize changelog sections and update developer instructions.
1 parent af33715 commit 4e5c257

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/changelog.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@ CHANGELOG
1919
* It is recommended to upgrade your OS to Ubuntu 22.04 or 24.04, and PostgreSQL to version 14 minimum. Or to externalize your database on another server with the desired PostgreSQL version.
2020
* Due to the regeneration of pgRouting's network topology, the database migration to this version might take several minutes.
2121

22-
**Developers**
23-
24-
* For developers, you need to upgrade your database. ``make flush`` can help you to drop your docker database volume, and recreate a fresh install of geotrek-admin.
25-
* By using this command, you will lose local data.
26-
2722
**Improvements**
2823

2924
* Add new parameter: ``PGROUTING_TOLERANCE``, which corresponds to pgrouting's tolerance for disconnected edges in the graph
3025
* Add a ``--flush`` option to the ``generate_pgr_network_topology`` command to reset the graph before regenerating it
3126
* Add a ``--append`` option to the ``loaddem`` command to allow adding DEM data to an existing DEM.
3227
* Allow manager to self assign a report (refs #4627)
3328
* Allow report reassignment (refs #4624)
29+
* Related report status now auto-updates to “Planned” when intervention status is set to “To be verified”, “Requested”, or “Planned” (refs #4633)
3430

3531
**Bug fixes**
3632

@@ -40,9 +36,10 @@ CHANGELOG
4036

4137
* Upgrade to Django 5.2 LTS
4238

43-
**Improvements**
39+
**Developers**
4440

45-
- Related report status now auto-updates to “Planned” when intervention status is set to “To be verified”, “Requested”, or “Planned” (refs #4633)
41+
* For developers, you need to upgrade your database. ``make flush`` can help you to drop your docker database volume, and recreate a fresh install of geotrek-admin.
42+
* By using this command, you will lose local data.
4643

4744

4845
2.119.0 (2025-10-06)

0 commit comments

Comments
 (0)