Skip to content

Update changelog for 2.5.0 #358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down