Skip to content

Commit

Permalink
tighten up release notes scope
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <[email protected]>
  • Loading branch information
Andrew Mason committed Mar 29, 2023
1 parent 5f5157e commit c56eb58
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions changelog/17.0/17.0.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ Here is a (condensed) example of stats output:

Prior to v17, it was possible to create a keyspace with invalid characters, which would then be inaccessible to various cluster management operations.

Now, the TopoServer's `GetKeyspace` and `CreateKeyspace` methods return an error if given an invalid name.

Keyspace names may no longer contain the following characters:
- Forward slash ("/").
Keyspace names may no longer contain the forward slash ("/") character, and TopoServer's `GetKeyspace` and `CreateKeyspace` methods return an error if given such a name.

### <a id="new-flag"/> New command line flags and behavior

Expand Down

0 comments on commit c56eb58

Please sign in to comment.