Skip to content

Commit 16bbc79

Browse files
committed
modify changelog
1 parent 13929cd commit 16bbc79

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [0.3.3] - 2022-11-07
1212
### Added
13+
- DAG Exporter: To list, nested dictionary, pandas DataFrame.
14+
15+
### Changed
16+
- BaseNode and DAGNode: Modify docstring.
1317
- Tree Exporter: Support Nodes with same name.
1418
- Tree Modifier: Modify docstring.
1519
- Utility Iterators: Modify docstring.
16-
- DAG Exporter: To list, nested dictionary, pandas DataFrame.
1720

1821
## [0.3.2] - 2022-11-07
19-
### Added
22+
### Fixed
2023
- Tree Exporter: Fix edge direction error.
2124

2225
## [0.3.1] - 2022-11-07
@@ -26,13 +29,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2629
## [0.3.0] - 2022-11-05
2730
### Added
2831
- DAG Constructors: From list, nested dictionary, pandas DataFrame.
29-
- Tree Exporter and DAG Exporter: More customizations for Node to dot and DAGNode to dot.
3032
- Utility Iterators: DAG traversal methods.
3133

34+
### Changed
35+
- Tree Exporter and DAG Exporter: More customizations for Node to dot and DAGNode to dot.
36+
3237
## [0.2.0] - 2022-11-03
3338
### Added
3439
- Node: DAGNode for creating DAG graph.
35-
- Tree Exporter: Support Node to dot which can export to png, jpeg, dot files.
40+
- Tree Exporter: Support Node to dot which can export to png, svg, jpeg, dot files.
3641
- DAG Exporter: Support DAGNode to dot.
3742

3843
## [0.1.0] - 2022-11-01

0 commit comments

Comments
 (0)