From e098d23463693e4e24de5f24a29a91311616e005 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Fri, 3 May 2019 18:30:26 +0200 Subject: [PATCH 1/2] Update change log in preparation for releasing v0.9.0 --- docs/source/changelog.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index d7dd0e3c6..d42af7a2b 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -Version 0.x.x +Version 0.9.0 ============= Release date: TBD @@ -20,6 +20,9 @@ New features in :pr:`651` by :user:`minrk` - Support for `.binder` directory in addition to `binder` directory for location of configuration files, in :pr:`653` by :user:`jhamman`. +- Updated contributor guide and issue templates for bugs, feature requests, + and support questions in :pr:`654` and :pr:`655` by :user:`KirstieJane` and + :user:`betatim`. API changes ----------- @@ -34,9 +37,14 @@ Bug fixes buildpack in :pr:`633` by :user:`betatim`. - Update to version 5.7.6 of the `notebook` package used in all environments in :pr:`628` by :user:`betatim`. +- Update to version 5.7.8 of the `notebook` package and version 2.0.12 of + `nteract-on-jupyter` in :pr:`650` by :user:`betatim`. - Switch to newer version of jupyter-server-proxy to fix websocket handling in :pr:`646` by :user:`betatim`. -- Update to pip v19.0.3 in :pr:`647` by :user:`betatim`. +- Update to pip version 19.0.3 in :pr:`647` by :user:`betatim`. +- Ensure ENTRYPOINT is an absolute path in :pr:`657` by :user:`yuvipanda`. +- Fix handling of `--build-memory-limit` values without a postfix in :pr:`652` + by :user:`betatim`. Version 0.8.0 From 19cb905102d2b87316bcd0ad5aac634c3cef9039 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Sun, 5 May 2019 15:09:59 +0200 Subject: [PATCH 2/2] Mention the invention of the REES in the change log --- docs/source/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index d42af7a2b..a7ed0b20f 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -23,6 +23,9 @@ New features - Updated contributor guide and issue templates for bugs, feature requests, and support questions in :pr:`654` and :pr:`655` by :user:`KirstieJane` and :user:`betatim`. +- Create a page naming and describing the "Reproducible Execution + Environment Specification" (the specification used by repo2docker) + in :pr:`662` by :user:`choldgraf`. API changes -----------