From 4f83586f55d91824467ff9b61118328b8fb4dd7c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 6 Aug 2015 22:51:32 -0300 Subject: [PATCH] Give credit where it is due in CHANGELOG :smile: Related to #890 --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6fe445c9c..bc4c74aa3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -120,7 +120,8 @@ - add ``file`` and ``line`` attributes to JUnit-XML output. -- converted all txt documentation to rst format. +- fix issue890: changed extension of all documentation files from ``txt`` to + ``rst``. Thanks to Abhijeet for the PR. 2.7.3 (compared to 2.7.2) -----------------------------