You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ Changes to JGraphT in each version:
23
23
- Fixed bug in `JohnsonSimpleCycles` with custom edge type (spotted by fredshevek, fix contributed by Dimitrios Michail)
24
24
- Added Automatic-Module Names to the various jgrapht modules to support modularization in JDK 9 (contributed by Mark Raynsford)
25
25
- Added `GraphTypeBuilder` (contributed by Dimitrios Michail)
26
+
- Reimplemented BiconnectivityInspector with additional functionality such as computing bridges and working on multiple graph types (contributed by Joris Kinable)
27
+
- Revised BlockCutpointGraph and added additional tests (contributed by Joris Kinable)
26
28
27
29
-**version 1.1.0** (13-Nov-2017):
28
30
- Added ID descriptor to maven-assembly-plugin configuration to prevent a 'Assembly is incorrectly configured' error being thrown (contributed by Joris Kinable)
0 commit comments