On Mon, Aug 23, 2021 at 11:00:04AM +0800, Yanan Wang wrote: > There is a mixture of "since/removed in X.Y" vs "since/removed in X.Y.Z" > in the subjects in deprecated.rst/removed-features.rst. It will be better > to use an unified format. It seems unlikely that we will ever deprecate > something in a stable release, and even more unlikely that we'll remove > something in one, so the short versions look like the thing we want to > standardize on. > > So here we unify the subject format in deprecated.rst to "since X.Y", and > unify the subject format in removed-features.rst to "removed in X.Y". > > Signed-off-by: Yanan Wang <wangyanan55@xxxxxxxxxx> > Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx> > --- > docs/about/deprecated.rst | 56 ++++++++++++++++----------------- > docs/about/removed-features.rst | 28 ++++++++--------- > 2 files changed, 42 insertions(+), 42 deletions(-) > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>