add 2016.11.3 changelog to release notes (#39451)

This commit is contained in:
Megan Wilhite 2017-02-16 10:49:53 -07:00 committed by Nicole Thomas
parent 8e2cbd2307
commit 1acf00da3b
2 changed files with 1500 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -56,6 +56,7 @@ class DocTestCase(TestCase):
or key.endswith('doc/conf.py') \
or key.endswith('/conventions/documentation.rst') \
or key.endswith('doc/topics/releases/2016.11.2.rst') \
or key.endswith('doc/topics/releases/2016.11.3.rst') \
or key.endswith('doc/topics/releases/2016.3.5.rst'):
continue