release.sh: NEWS not CHANGELOG

dankamongmen/speedy-blend
nick black 4 years ago
parent 6a22040584
commit 5a46aee74b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1,7 +1,7 @@
This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.
* 1.3.5 (not yet released)
* 1.4.0 (not yet released)
* `ncplane_content()` was added. It allows all non-null glyphs of a plane to
be returned as a nul-terminated, heap-allocated string.
* `ncreader` was added. This widget allows freeform input to be edited in a

@ -9,7 +9,7 @@ usage() { echo "usage: `basename $0` oldversion newversion" ; }
OLDVERSION="$1"
VERSION="$2"
vi CHANGELOG.md
vi NEWS.md
git clean -f -d -x
BUMP="CMakeLists.txt doc/Doxyfile doc/FreeBSD-Makefile doc/man/man*/* doc/man/index.html python/setup.py rust/*/Cargo.toml rust/libnotcurses-sys/build.rs"

Loading…
Cancel
Save