DATACASS-272 - Add composed annotations to what's new section.

This commit is contained in:
Mark Paluch
2016-11-28 15:10:23 +01:00
committed by John Blum
parent 714e2ba3b6
commit 1d68c17cae

View File

@@ -8,4 +8,5 @@
* Support for `Optional` as query method result and argument.
* Declarative query methods using query derivation
* Support for User-Defined types and mapped User-Defined types using `@UserDefinedType`.
* The following annotations have been enabled to build own, composed annotations: `@Table`, `@UserDefinedType`, `@PrimaryKey`, `@PrimaryKeyClass`, `@PrimaryKeyColumn`, `@Column`, `@Query`, `@CassandraType`.