diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 06c7461..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,13 +0,0 @@ -# v0.5.3 -### New -### Changes -* Small transform module refac [#44](https://github.com/blitzarx1/egui_graphs/pull/44) -### Fixes - -# v0.5.2 -### 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