update changes/news for 7917

This commit is contained in:
Brandon Williams 2014-09-13 10:53:52 -05:00
parent 5fc486a1c6
commit 57016e6ba6
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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.