Skip to content

Commit 162572d

Browse files
committed
Updating release notes and NEWS about the new function pgr_makeBiconnectedPlanar
1 parent 3dd5068 commit 162572d

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,22 @@ To see all issues & pull requests closed by this release see the
3535
* [#3101](https://github.com/pgRouting/pgrouting/issues/3101): pgr_edgeColoring not building graph correctly
3636

3737

38+
**New experimental functions.**
39+
40+
* Planar
41+
42+
* pgr_makeBiconnectedPlanar
43+
3844
**Summary of changes by function**
3945

4046
* pgr_edgeColoring
4147

4248
* Fix the way it builds the graph
4349

50+
* pgr_makeBiconnectedPlanar
51+
52+
* New experimental function.
53+
4454
## pgRouting 4.0
4555

4656

doc/src/release_notes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ To see all issues & pull requests closed by this release see the
6060
* :issue:`3101`: pgr_edgeColoring not building graph correctly
6161

6262

63+
.. rubric:: New experimental functions.
64+
65+
* Planar
66+
67+
* pgr_makeBiconnectedPlanar
68+
6369
.. rubric:: Summary of changes by function
6470

6571
* pgr_edgeColoring
@@ -68,6 +74,12 @@ To see all issues & pull requests closed by this release see the
6874
:start-after: Version 4.1.0
6975
:end-before: .. rubric
7076

77+
* pgr_makeBiconnectedPlanar
78+
79+
.. include:: pgr_makeBiconnectedPlanar.rst
80+
:start-after: Version 4.1.0
81+
:end-before: Description
82+
7183
pgRouting 4.0
7284
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7385

0 commit comments

Comments
 (0)