Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzarx1 authored Jun 5, 2023
1 parent ebb38ef commit e5298d5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.5.2

* helper method `to_input_graph` for converting users stablegraph to crate required stablegraph https://github.com/blitzarx1/egui_graphs/pull/39
### New
* Helper method `transform::to_input_graph` for converting users `petgraph::StableGraph` to crate required instance [#39](https://github.com/blitzarx1/egui_graphs/pull/39)
### Changes
* Changed basic examples to use `transform::to_input_graph` [#41](https://github.com/blitzarx1/egui_graphs/pull/41)
* Support min and max cases for fold/select depth [#43](https://github.com/blitzarx1/egui_graphs/pull/43)
### Fixes
# History
For the full history check [changelog](https://github.com/blitzarx1/egui_graphs/blob/master/CHANGELOG.md)

0 comments on commit e5298d5

Please sign in to comment.