Rename NEWS.md to CHANGELOG.md

This commit is contained in:
Unrud 2022-01-18 21:39:37 +01:00
parent 81106fa647
commit 59e4f2d594
4 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ Want more? Check the [tutorials](#tutorials) and the
#### What's New?
Read the
[changelog on GitHub.](https://github.com/Kozea/Radicale/blob/master/NEWS.md)
[changelog on GitHub.](https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md)
## Tutorials

View File

@ -1,3 +1,3 @@
include COPYING DOCUMENTATION.md NEWS.md README.md
include CHANGELOG.md COPYING DOCUMENTATION.md README.md
include config rights
include radicale.wsgi

View File

@ -41,7 +41,7 @@ import sys
from setuptools import find_packages, setup
# When the version is updated, a new section in the NEWS.md file must be
# When the version is updated, a new section in the CHANGELOG.md file must be
# added too.
VERSION = "master"
WEB_FILES = ["web/internal_data/css/icon.png",