Merge pull request #38833 from Ch3LL/add_release_notes_2016.3.5

add 2016.3.5 changelog to release notes
This commit is contained in:
Mike Place 2017-01-19 16:27:25 -07:00 committed by GitHub
commit a04ab86da1
2 changed files with 2349 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -54,7 +54,8 @@ class DocTestCase(TestCase):
if 'man' in key \
or key.endswith('doc_test.py') \
or key.endswith('doc/conf.py') \
or key.endswith('/conventions/documentation.rst'):
or key.endswith('/conventions/documentation.rst') \
or key.endswith('doc/topics/releases/2016.3.5.rst'):
continue
# Set up test return dict