From 8979a84ca76cb0abf25045a5009750ad58bc5cc4 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Thu, 19 Nov 2020 10:12:47 +0530 Subject: [PATCH] Added #1640 and #1733 on 3.1.1 release notes --- NEWS | 2 ++ doc/src/release_notes.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 8bad02ec29f..93967f72d9d 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,9 @@ To see all issues & pull requests closed by this release see the `Git closed mil *Issues fixes* +* [#1733 ](https://github.com/pgRouting/pgrouting/issues/1733)_: pgr_bdAstar fails when source or target vertex does not exist in the graph * [#1647 ](https://github.com/pgRouting/pgrouting/issues/1647)_: Linear Contraction contracts self loops +* [#1640 ](https://github.com/pgRouting/pgrouting/issues/1640)_: pgr_withPoints fails when points_sql is empty * [#1616 ](https://github.com/pgRouting/pgrouting/issues/1616)_: Path evaluation on C++ not updated before the results go back to C * [#1300 ](https://github.com/pgRouting/pgrouting/issues/1300)_: pgr_chinesePostman crash on test data diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index 0f649ab974e..206690a9996 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -62,7 +62,9 @@ To see all issues & pull requests closed by this release see the `Git closed mil .. rubric:: Issues fixes +* `#1733 `__: pgr_bdAstar fails when source or target vertex does not exist in the graph * `#1647 `__: Linear Contraction contracts self loops +* `#1640 `__: pgr_withPoints fails when points_sql is empty * `#1616 `__: Path evaluation on C++ not updated before the results go back to C * `#1300 `__: pgr_chinesePostman crash on test data