Skip to content

Commit

Permalink
[doc] Update release_notes and NEWS
Browse files Browse the repository at this point in the history
* pgr_bipartite
* pgr_lengauerTarjanDominatorTree
  • Loading branch information
krashish8 committed Dec 15, 2020
1 parent 4ba866b commit 72827e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pgRouting 3.2.0 Release Notes

* pgr_bellmanFord(Combinations)
* pgr_binaryBreadthFirstSearch(Combinations)
* pgr_bipartite
* pgr_dagShortestPath(Combinations)
* pgr_depthFirstSearch
* pgr_dijkstraNear(One to Many)
Expand All @@ -18,6 +19,7 @@ pgRouting 3.2.0 Release Notes
* pgr_dijkstraNearCost(Combinations)
* pgr_edwardMoore(Combinations)
* pgr_isPlanar
* pgr_lengauerTarjanDominatorTree
* pgr_makeConnected
* pgr_maxFlowMinCost(Combinations)
* pgr_maxFlowMinCost_Cost(Combinations)
Expand Down
2 changes: 2 additions & 0 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pgRouting 3.2.0 Release Notes

* pgr_bellmanFord(Combinations)
* pgr_binaryBreadthFirstSearch(Combinations)
* pgr_bipartite
* pgr_dagShortestPath(Combinations)
* pgr_depthFirstSearch
* pgr_dijkstraNear(One to Many)
Expand All @@ -77,6 +78,7 @@ pgRouting 3.2.0 Release Notes
* pgr_dijkstraNearCost(Combinations)
* pgr_edwardMoore(Combinations)
* pgr_isPlanar
* pgr_lengauerTarjanDominatorTree
* pgr_makeConnected
* pgr_maxFlowMinCost(Combinations)
* pgr_maxFlowMinCost_Cost(Combinations)
Expand Down

0 comments on commit 72827e5

Please sign in to comment.