From 0d267db1e40cddfc3196bf499dad0c5d59e51661 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 7 Apr 2018 03:32:22 +0200 Subject: Make 4.2.0 release New features and improvements: - 7245bad ("Parenthesize && expressions within || expressions") makes expressions more readable. - 2259d35 ("Generalize is_menuconfig to non-symbol items") can simplify menuconfig implementations. - c7ac6f8 ("Add parent deps to the right in _T_IF") makes parent dependencies consistently appear on the right in expressions, with the outermost parent dependency the furthest to the right. New warnings: - 7ba79ca ("Warn if user (.config) value is outside of 'range'") - 225ec4b ("Warn if a choice symbol is selected or implied") Some obscure false positive warnings for named choices were fixed too. This came up in https://github.com/zephyrproject-rtos/zephyr/issues/6948. - e8408a0 ("Move sanity checking to after _finalize_tree()") --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index d6fbdfe..b7e5228 100644 --- a/README.rst +++ b/README.rst @@ -197,7 +197,7 @@ installed with e.g. $ pip(3) install kconfiglib --user -All releases have a corresponding tag in the git repository, e.g. ``v4.1.0`` +All releases have a corresponding tag in the git repository, e.g. ``v4.2.0`` (the latest version). `Semantic versioning `_ is used. There's been -- cgit v1.2.3