From 4bffd653148d6fa1c8e626872ae4f445e2b0a24c Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 8 Nov 2017 13:24:09 +0100 Subject: Mention that the Item base class is gone --- kconfiglib-2-changes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kconfiglib-2-changes.txt') diff --git a/kconfiglib-2-changes.txt b/kconfiglib-2-changes.txt index 09c1f30..b7a78c2 100644 --- a/kconfiglib-2-changes.txt +++ b/kconfiglib-2-changes.txt @@ -47,6 +47,10 @@ API changes: APIs, which indirectly ensures that all Kconfig object properties can be fetched separately. + - The Item base class had gotten kinda pointless and has been removed. + Instead of is_symbol(), etc., just use isinstance() to check what kind of + object you're dealing with. There's fewer of them now too. + - Probably lots of other stuff I forgot to mention. -- cgit v1.2.3