diff --git a/CHANGES.txt b/CHANGES.txt index 47c4fb78dc..348d86688c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,7 @@ Merged from 3.0: * Fix filtering on non-primary key columns for queries without index (CASSANDRA-6377) * Fix sstableloader fail when using materialized view (CASSANDRA-11275) Merged from 2.2: + * Add missing newline at end of bin/cqlsh (CASSANDRA-11325) * Unresolved hostname leads to replace being ignored (CASSANDRA-11210) * Only log yaml config once, at startup (CASSANDRA-11217) * Reference leak with parallel repairs on the same table (CASSANDRA-11215) diff --git a/bin/cqlsh b/bin/cqlsh index 518b986053..82a4a533a8 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -23,4 +23,4 @@ for pyver in 2.7; do which python$pyver > /dev/null 2>&1 && exec python$pyver "`python$pyver -c "import os;print(os.path.dirname(os.path.realpath('$0')))"`/cqlsh.py" "$@" done echo "No appropriate python interpreter found." >&2 -exit 1 \ No newline at end of file +exit 1