Skip to content

Commit 60e6f39

Browse files
committed
fixing NEWS
1 parent 830da0b commit 60e6f39

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

NEWS.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ milestone for 4.0.0
1515

1616

1717
Summary of changes by function
18-
...............................................................................
1918

2019
* pgr_contraction
2120

22-
.. Breaking change
2321
* Breaking change, signatures no longer available:
2422
* pgr_contraction(text,bigint[],integer,bigint[],boolean)
2523

@@ -140,7 +138,6 @@ Summary of changes by function
140138
* pgr_withpointsvia(text,text,anyarray,boolean,boolean,boolean,character,boolean)
141139

142140
Functions promoted to official
143-
...............................................................................
144141

145142
* [#2701](https://github.com/pgRouting/pgrouting/issues/2701)
146143
pgr_trsp
@@ -164,7 +161,6 @@ Functions promoted to official
164161
pgr_withPointsVia
165162

166163
Signatures promoted to official
167-
...............................................................................
168164

169165
* [#2718](https://github.com/pgRouting/pgrouting/issues/2918)
170166
pgr_aStar(Combinations)
@@ -194,7 +190,6 @@ Signatures promoted to official
194190
pgr_pushRelabel(Combinations)
195191

196192
SQL signatures and output standardization
197-
...............................................................................
198193

199194
[#2904](https://github.com/pgRouting/pgrouting/issues/2904)
200195
Standardize output columns of functions with different output columns within overloads
@@ -222,7 +217,6 @@ Standardize output columns of functions with different output columns within ove
222217
pgr_withPointsCostMatrix
223218

224219
Removal of SQL deprecated signatures
225-
...............................................................................
226220

227221
* [#2798](https://github.com/pgRouting/pgrouting/issues/2798):
228222
pgr_contraction
@@ -275,7 +269,6 @@ Removal of SQL deprecated signatures
275269

276270

277271
Removal of SQL deprecated functions
278-
...............................................................................
279272

280273
* [#2681](https://github.com/pgRouting/pgrouting/issues/2681):
281274
pgr_trspviaedges
@@ -295,7 +288,6 @@ Removal of SQL deprecated functions
295288
pgr_nodeNetwork
296289

297290
Removal of SQL deprecated internal functions
298-
...............................................................................
299291

300292
* #2748 _pgr_alphashape(text,double precision)
301293
* #2861 _pgr_checkverttab(text,text[],integer,text)
@@ -354,7 +346,6 @@ Removal of SQL deprecated internal functions
354346
* #2683 _v4trsp(text,text,text,boolean)
355347

356348
Summary of functions and signatures no longer on pgrouting
357-
...............................................................................
358349

359350
* #2748 pgr_alphashape(geometry,double precision)
360351
* #2752 pgr_analyzegraph(text,double precision,text,text,text,text,text)
@@ -398,7 +389,6 @@ Summary of functions and signatures no longer on pgrouting
398389

399390

400391
Code enhancements
401-
...............................................................................
402392

403393
* Removal of unused C/C++ code
404394
* Refactor the Script to build the update PostgreSQL file.

doc/contraction/pgr_contraction.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ vertices and edges.
2424

2525
.. rubric:: Version 4.0.0
2626

27-
.. Breaking change
28-
2927
* Breaking change, signatures no longer available:
3028

3129
* pgr_contraction(text,bigint[],integer,bigint[],boolean)

tools/release-scripts/notes2news.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sub Usage {
5757
next if $skipping and $line !~ /^pgRouting/;
5858
$skipping = 0;
5959

60-
next if $line =~ /current|contents|:local:|:depth:|\*\*\*\*\*\*\*|\=\=\=\=\=\=\=|\-\-\-\-\-\-\-|\+\+\+\+\+\+\+\+/;
60+
next if $line =~ /current|contents|:local:|:depth:|\*\*\*\*\*\*\*|\=\=\=\=\=\=\=|\-\-\-\-\-\-\-|\+\+\+\+\+\+\+\+|\.\.\.\.\.\.\.\.\./;
6161

6262
$line =~ s/[\|]+//g;
6363
$line =~ s/($check)/$conversions{$1}/go;

0 commit comments

Comments
 (0)