summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-08 13:24:09 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-08 13:26:32 +0100
commit4bffd653148d6fa1c8e626872ae4f445e2b0a24c (patch)
treed010ff7174137276dca9b88782f89a2d8f7f012f
parentfe62569dd6a5f57c6c55b42ba58dce684ee436b5 (diff)
Mention that the Item base class is gone
-rw-r--r--kconfiglib-2-changes.txt4
1 files changed, 4 insertions, 0 deletions
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.