From 769afeb677676f7b9bb39ad7a3fc60a3d8e3eac5 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 29 Jan 2020 20:24:31 +0100 Subject: [PATCH] Update Updating and release notes --- Updating-and-release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Updating-and-release-notes.md b/Updating-and-release-notes.md index 8b5211d..623fcba 100644 --- a/Updating-and-release-notes.md +++ b/Updating-and-release-notes.md @@ -1,9 +1,11 @@ -### Current version: `3.0.0-beta7` +### Current version: `3.0.0-beta8` You can check the version installed by running `obi --version` ### Release notes: +* `3.0.0-beta8`: Fixed a bug when importing a file where the first entry would contain a dictionary with a single key. + * `3.0.0-beta7`: Added the 'obi' prefix in the bash history commands, and fixed a compilation issue with some versions of gcc. * `3.0.0-beta6`: New command: *obi cat* to concatenate views, and various inconsequential fixes.