From 27e60203c3682b13fb0e424edd2e9e5552a70a30 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 19 Apr 2021 15:07:49 -0500 Subject: [PATCH] Update changelog for 2.5.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa83e1..231d513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 2.5.0 (2020-04-19) + +([Full Changelog](https://github.com/jupyter/kernel_gateway/compare/2.4.3...50b26c553d7eaf6556b1ea9fd8f424388ebb2e94)) + +### Merged PRs + +- Replace TravisCI with Github Actions [#357](https://github.com/jupyter/kernel_gateway/pull/357) ([@dolfinus](https://github.com/dolfinus)) +- Fix loading of local notebooks with url special characters in path [#353](https://github.com/jupyter/kernel_gateway/pull/353) ([@bgerrity](https://github.com/bgerrity)) +- Render .md files on RTD with MyST-parser [#348](https://github.com/jupyter/kernel_gateway/pull/348) ([@mwouts](https://github.com/mwouts)) +- Fix all warnings (but 2) when doing make html [#347](https://github.com/jupyter/kernel_gateway/pull/347) ([@mwouts](https://github.com/mwouts)) +- Formally define traits in swagger parser [#346](https://github.com/jupyter/kernel_gateway/pull/346) ([@kevin-bates](https://github.com/kevin-bates)) +- Add recommonmark to the list of required Sphinx extensions [#345](https://github.com/jupyter/kernel_gateway/pull/345) ([@mwouts](https://github.com/mwouts)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/kernel_gateway/graphs/contributors?from=2020-08-18&to=2021-04-19&type=c)) + +[@bgerrity](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Abgerrity+updated%3A2020-08-18..2021-04-19&type=Issues) | [@dolfinus](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Adolfinus+updated%3A2020-08-18..2021-04-19&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Akevin-bates+updated%3A2020-08-18..2021-04-19&type=Issues) | [@mwouts](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Amwouts+updated%3A2020-08-18..2021-04-19&type=Issues) | [@willingc](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Awillingc+updated%3A2020-08-18..2021-04-19&type=Issues) + ## 2.4.3 (2020-08-18) * [PR-340](https://github.com/jupyter/kernel_gateway/pull/340) enable ssl_version as a JKG config option