From 6f6e9b96cfcdcbe7c019f2288ef2e231d2561fdd Mon Sep 17 00:00:00 2001 From: Roman Chernyatchik Date: Thu, 2 Jul 2020 22:06:17 +0300 Subject: [PATCH] changed notes updated --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 16db43b6e..1ddeedcde 100644 --- a/CHANGES +++ b/CHANGES @@ -12,7 +12,7 @@ Features: - Inspection: Warn if mixed tabs and spaces (see #285) - 'notebook' section parsing error (see #288) - `envvars` isn't parsed properly (see #281) -- `container` top level and rule sections parsing +- `container` top level and rule sections parsing (#291) - Resolve/completion for paths in notebook section (see #289) - Inspection: Conda environments are only allowed with shell, script, notebook, or wrapper directives (not with run). #290