mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-11 22:08:28 +00:00
Add CHANGELOG
This commit is contained in:
parent
c88aae2110
commit
b910bc1f60
15
CHANGELOG.md
Normal file
15
CHANGELOG.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Under the `persistence` feature `serde::Serialize`/`Deserialize` is now
|
||||||
|
derived for `GraphEditorState` and all its relevant types.
|
||||||
|
- `NodeTemplateIter` now requires the list of templates returned by user code to
|
||||||
|
be owned. This circumvents several issues that came with having a trait return
|
||||||
|
an iterator of references.
|
||||||
|
- Generic parameters in `NodeDataTrait` are now associated types instead. This
|
||||||
|
makes implementing the types possible in more situationns.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- New `CreatedNode` response by @jorgeja
|
||||||
Loading…
x
Reference in New Issue
Block a user