diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-08 13:24:09 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-08 13:26:32 +0100 |
| commit | 4bffd653148d6fa1c8e626872ae4f445e2b0a24c (patch) | |
| tree | d010ff7174137276dca9b88782f89a2d8f7f012f | |
| parent | fe62569dd6a5f57c6c55b42ba58dce684ee436b5 (diff) | |
Mention that the Item base class is gone
| -rw-r--r-- | kconfiglib-2-changes.txt | 4 |
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. |
