@@ -102,12 +102,13 @@ milestone for 4.0.0
102102 * Error messages adjustment.
103103 * Function promoted to official.
104104
105- ** Changes on proposed functions**
106-
107105* pgr_findCloseEdges
108106
109107 * Error messages adjustment.
110108 * `` partial `` option is removed.
109+ * Function promoted to official.
110+
111+ ** Changes on proposed functions**
111112
112113* pgr_degree
113114
@@ -184,7 +185,7 @@ milestone for 3.7.0
184185
185186** Official functions changes**
186187
187- * [ #2605 ] ( https://github.com/pgRouting/pgrouting/pull/2605 ) Standarize
188+ * [ #2605 ] ( https://github.com/pgRouting/pgrouting/pull/2605 ) Standardize
188189 spanning tree functions output
189190
190191 * Functions:
@@ -296,26 +297,26 @@ milestone for 3.6.0
296297
297298** Official functions changes**
298299
299- * [ #2516 ] ( https://github.com/pgRouting/pgrouting/pull/2516 ) Standarize output
300+ * [ #2516 ] ( https://github.com/pgRouting/pgrouting/pull/2516 ) Standardize output
300301 pgr_aStar
301302
302- * Standarizing output columns to `` (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
303+ * Standardize output columns to `` (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
303304
304305 * pgr_aStar(One to One) added `` start_vid `` and `` end_vid `` columns.
305306 * pgr_aStar(One to Many) added `` end_vid `` column.
306307 * pgr_aStar(Many to One) added `` start_vid `` column.
307308
308- * [ #2523 ] ( https://github.com/pgRouting/pgrouting/pull/2523 ) Standarize output
309+ * [ #2523 ] ( https://github.com/pgRouting/pgrouting/pull/2523 ) Standardize output
309310 pgr_bdAstar
310311
311- * Standarizing output columns to `` (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
312+ * Standardize output columns to `` (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
312313
313314 * pgr_bdAstar(One to One) added `` start_vid `` and `` end_vid ``
314315 columns.
315316 * pgr_bdAstar(One to Many) added `` end_vid `` column.
316317 * pgr_bdAstar(Many to One) added `` start_vid `` column.
317318
318- * [ #2547 ] ( https://github.com/pgRouting/pgrouting/pull/2547 ) Standarize output
319+ * [ #2547 ] ( https://github.com/pgRouting/pgrouting/pull/2547 ) Standardize output
319320 and modifying signature pgr_KSP
320321
321322 * Result columns standarized to: `` (seq, path_id, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
@@ -327,7 +328,7 @@ milestone for 3.6.0
327328 * pgr_ksp(Many to Many)
328329 * pgr_ksp(Combinations)
329330
330- * [ #2548 ] ( https://github.com/pgRouting/pgrouting/pull/2548 ) Standarize output
331+ * [ #2548 ] ( https://github.com/pgRouting/pgrouting/pull/2548 ) Standardize output
331332 pgr_drivingDistance
332333
333334 * Standarizing output columns to `` (seq, depth, start_vid, pred, node, edge, cost, agg_cost) ``
@@ -339,7 +340,7 @@ milestone for 3.6.0
339340
340341** Proposed functions changes**
341342
342- * [ #2544 ] ( https://github.com/pgRouting/pgrouting/pull/2544 ) Standarize output
343+ * [ #2544 ] ( https://github.com/pgRouting/pgrouting/pull/2544 ) Standardize output
343344 and modifying signature pgr_withPointsDD
344345
345346 * Signature change: `` driving_side `` parameter changed from named optional to
@@ -358,7 +359,7 @@ milestone for 3.6.0
358359 * pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean)
359360 * pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
360361
361- * [ #2546 ] ( https://github.com/pgRouting/pgrouting/pull/2546 ) Standarize output
362+ * [ #2546 ] ( https://github.com/pgRouting/pgrouting/pull/2546 ) Standardize output
362363 and modifying signature pgr_withPointsKSP
363364
364365 * Standarizing output columns to `` (seq, path_id, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
@@ -396,9 +397,9 @@ milestone for 3.6.0
396397* [ #2490 ] ( https://github.com/pgRouting/pgrouting/pull/2490 ) Automatic page
397398 history links.
398399
399- * ..rubric:: SQL standarization
400+ * ..rubric:: Standardize SQL
400401
401- * [ #2555 ] ( https://github.com/pgRouting/pgrouting/pull/2555 ) standarize
402+ * [ #2555 ] ( https://github.com/pgRouting/pgrouting/pull/2555 ) Standardize
402403 deprecated messages
403404* On new internal function: do not use named parameters and default parameters.
404405
@@ -456,7 +457,7 @@ milestone for 3.5.0
456457
457458* Dijkstra
458459
459- * Standarizing output columns to `` (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
460+ * Standardize output columns to `` (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
460461
461462 * pgr_dijkstra(One to One) added `` start_vid `` and `` end_vid `` columns.
462463 * pgr_dijkstra(One to Many) added `` end_vid `` column.
0 commit comments