From 7defd4f8903473c75a9356b1fdc1713148288dc2 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Wed, 24 Oct 2018 08:42:38 +0200 Subject: [PATCH] Update changelog --- CHANGES.rst | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c12a307bb..dbbd8d465 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,14 +6,20 @@ Release date: unknown New features ------------ -- Editable mode: allows editing a local repository from a live container [#421] - -- Change log added [#426] +- Build from sub-directory: build the image based on a sub-directory of a + repository `#413`_ by `@dsludwig`_. +- Editable mode: allows editing a local repository from a live container + `#421`_ by `@evertrol`_. +- Change log added `#426`_ by `@evertrol`_. +- Documentation: improved the documentation for contributors `#453`_ by + `@choldgraf`_. API changes ----------- +- Add content provider abstraction `#421`_ by `@betatim`_. + Bug fixes --------- @@ -54,3 +60,14 @@ Version 0.1 =========== Released 2017-04-14 + +.. _#453: https://github.com/jupyter/repo2docker/pull/453 +.. _#413: https://github.com/jupyter/repo2docker/pull/413 +.. _#421: https://github.com/jupyter/repo2docker/pull/421 +.. _#426: https://github.com/jupyter/repo2docker/pull/426 +.. _#242: https://github.com/jupyter/repo2docker/pull/242 + +.. _@betatim: https://github.com/betatim +.. _@choldgraf: https://github.com/choldgraf +.. _@dsludwig: https://github.com/dsludwig +.. _@evertrol: https://github.com/evertrol