Skip to content

Commit 939e363

Browse files
committed
updated CHANGELOG with 23 branch features.
1 parent 13b0d6c commit 939e363

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

CHANGELOG.textile

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

18-
* Framing a null element returns null
19-
* Fixed NPE when enum property type set to null
18+
* Framing a @null@ element returns @null@
19+
* Fixed @NullPointerException@ when enum property type set to @null@
2020
* Inheritance/Poymorphism support
2121
* Factory/Module support
2222
* Fix detection of parameterized return types
2323
* @AdjacencyAnnotationHandler@ operates against the graph being framed rather than the base graph
2424
* @FramedTransactionalGraph@ support
25-
* Support subclassing in @FramedGraphFactory@
26-
==<hr/>==
27-
28-
h3. Version 2.3.2 (NOT OFFICIALLY RELEASED YET)
29-
30-
```xml
31-
<dependency>
32-
<groupId>com.tinkerpop</groupId>
33-
<artifactId>frames</artifactId>
34-
<version>2.3.2</version>
35-
</dependency>
36-
```
37-
25+
* Support for subclassing in @FramedGraphFactory@
3826
* @GremlinGroovyAnnotationHandler@ provides access to the underlying @GremlinGroovyScriptEngine@
3927
* Fixed a sort order bug in @FrameVertexMap@ (using @LinkedHashSet@ now)
4028

0 commit comments

Comments
 (0)