Add cqlsh DESCRIBE support for frozen UDTs, tuples

Patch by Tyler Hobbs; reviewed by Aleksey Yeschenko for CASSANDRA-7863
This commit is contained in:
Tyler Hobbs 2014-09-05 11:08:48 -05:00
parent 655d517b25
commit c1dc378e0a
2 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2.1.0
* cqlsh: DESCRIBE support for frozen UDTs, tuples (CASSANDRA-7863)
* Avoid exposing internal classes over JMX (CASSANDRA-7879)
* Add null check for keys when freezing collection (CASSANDRA-7869)