mirror of https://github.com/apache/cassandra
update changes/news for 7917
This commit is contained in:
parent
5fc486a1c6
commit
57016e6ba6
|
|
@ -1,4 +1,5 @@
|
|||
3.0
|
||||
* Remove YamlFileNetworkTopologySnitch (CASSANDRA-7917)
|
||||
* Support Java source code for user-defined functions (CASSANDRA-7562)
|
||||
* Require arg types to disambiguate UDF drops (CASSANDRA-7812)
|
||||
* Do anticompaction in groups (CASSANDRA-6851)
|
||||
|
|
|
|||
2
NEWS.txt
2
NEWS.txt
|
|
@ -25,6 +25,8 @@ New features
|
|||
|
||||
Upgrading
|
||||
---------
|
||||
- YamlFileNetworkTopologySnitch has been removed; switch to
|
||||
GossipingPropertyFileSnitch instead.
|
||||
- CQL2 has been removed entirely in this release (previously deprecated
|
||||
in 2.0.0). Please switch to CQL3 if you haven't already done so.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue