Skip to content

Commit 41e90fe

Browse files
committed
(doc/NEWS) re-organizing & updating release notes and NEWS
1 parent 6234651 commit 41e90fe

File tree

2 files changed

+38
-6
lines changed

2 files changed

+38
-6
lines changed

NEWS.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,36 @@ milestone for 4.0.0
4747

4848
* pgr_dijkstra
4949

50-
**Removal of SQL deprecated functions and signatures**
50+
**Removal of SQL deprecated functions**
5151

52-
* pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)
53-
* pgr_trspviavertices(text,anyarray,boolean,boolean,text)
5452
* pgr_trsp(text,integer,double precision,integer,double precision,boolean,boolean,text)
5553
* pgr_trsp(text,integer,integer,boolean,boolean,text)
54+
* pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)
55+
* pgr_trspviavertices(text,anyarray,boolean,boolean,text)
56+
57+
**Removal of SQL deprecated internal functions**
58+
5659
* _pgr_dijkstranear(text,anyarray,anyarray,bigint,boolean)
5760
* _pgr_dijkstranear(text,anyarray,bigint,bigint,boolean)
5861
* _pgr_dijkstranear(text,bigint,anyarray,bigint,boolean)
5962
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint)
63+
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)
64+
* _pgr_dijkstra(text,text,boolean,boolean,bigint,boolean)
6065
* _pgr_dijkstra(text,text,boolean,boolean,boolean)
66+
* _pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)
67+
* _pgr_trsp(text,integer,double precision,integer,double precision,boolean,boolean,text)
68+
* _pgr_trsp(text,text,anyarray,anyarray,boolean)
69+
* _pgr_trsp(text,text,anyarray,bigint,boolean)
70+
* _pgr_trsp(text,text,bigint,anyarray,boolean)
71+
* _pgr_trsp(text,text,bigint,bigint,boolean)
72+
* _pgr_trspviavertices(text,integer[],boolean,boolean,text)
73+
* _trsp(text,text,anyarray,anyarray,boolean)
74+
* _v4trsp(text,text,anyarray,anyarray,boolean)
75+
* _v4trsp(text,text,text,boolean)
6176

6277
**Deprecation of internal C/C++ functions**
6378

79+
* _pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)
6480
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint)``
6581
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)``
6682
* _pgr_dijkstra(text,text,boolean,boolean,bigint,boolean)``

doc/src/release_notes.rst

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,36 @@ milestone for 4.0.0
7878

7979
* pgr_dijkstra
8080

81-
.. rubric:: Removal of SQL deprecated functions and signatures
81+
.. rubric:: Removal of SQL deprecated functions
8282

83-
* pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)
84-
* pgr_trspviavertices(text,anyarray,boolean,boolean,text)
8583
* pgr_trsp(text,integer,double precision,integer,double precision,boolean,boolean,text)
8684
* pgr_trsp(text,integer,integer,boolean,boolean,text)
85+
* pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)
86+
* pgr_trspviavertices(text,anyarray,boolean,boolean,text)
87+
88+
.. rubric:: Removal of SQL deprecated internal functions
89+
8790
* _pgr_dijkstranear(text,anyarray,anyarray,bigint,boolean)
8891
* _pgr_dijkstranear(text,anyarray,bigint,bigint,boolean)
8992
* _pgr_dijkstranear(text,bigint,anyarray,bigint,boolean)
9093
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint)
94+
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)
95+
* _pgr_dijkstra(text,text,boolean,boolean,bigint,boolean)
9196
* _pgr_dijkstra(text,text,boolean,boolean,boolean)
97+
* _pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)
98+
* _pgr_trsp(text,integer,double precision,integer,double precision,boolean,boolean,text)
99+
* _pgr_trsp(text,text,anyarray,anyarray,boolean)
100+
* _pgr_trsp(text,text,anyarray,bigint,boolean)
101+
* _pgr_trsp(text,text,bigint,anyarray,boolean)
102+
* _pgr_trsp(text,text,bigint,bigint,boolean)
103+
* _pgr_trspviavertices(text,integer[],boolean,boolean,text)
104+
* _trsp(text,text,anyarray,anyarray,boolean)
105+
* _v4trsp(text,text,anyarray,anyarray,boolean)
106+
* _v4trsp(text,text,text,boolean)
92107

93108
.. rubric:: Deprecation of internal C/C++ functions
94109

110+
* _pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)
95111
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint)``
96112
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)``
97113
* _pgr_dijkstra(text,text,boolean,boolean,bigint,boolean)``

0 commit comments

Comments
 (0)