Skip to content

Commit 78ddce8

Browse files
author
gjdev
committed
Improve CHANGELOG description of changes for edge framing
1 parent 8384f1c commit 78ddce8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.textile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ h3. Version 2.4.0 (NOT OFFICIALLY RELEASED YET)
1515
</dependency>
1616
```
1717

18-
* Deprecate direction parameter for framing Edges from FramedGraph.frame. Starting from the next major release the direction parameter will be dropped. Instead of using Domain/Range annotations with a frame direction, you should use EdgeSource/EdgeTarget annotations that use the implicit direction of the edge.
18+
* Deprecate the direction parameter for framing Edges from FramedGraph.frame. When using Initial/Terminal to annotate the out/in vertices of an edgeframe, the direction parameter is not used. The deprecated methods will be removed in the next major release.
19+
* Deprecate the Domain and Range annotations in favour of Initial and Terminal. See #65 and #57 for the rationale behind this change. Domain and Range will be removed from the next major release.
20+
* Introduce Initial and Terminal annotations for framed edges to set the source (out-vertex) and target (in-vertex) of an edge frame. These annotations will replace Domain and Range in the next major release.
1921
* Framing a null element returns null
2022
* Fixed NPE when enum property type set to null
2123
* Inheritance/Poymorphism support

0 commit comments

Comments
 (0)