diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-23 10:47:37 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-23 10:53:19 +0100 |
| commit | 5be286d53aab6c8bf99549ae2eaa6bef3e84a86f (patch) | |
| tree | 5769905c9bc7079ff562633ffa1bb060e2ebccbd /README.rst | |
| parent | f356ba861432980c4a37279af51142b331c84aca (diff) | |
Make 10.24.0 releasev10.24.0
Tightens up syntax checking and improves a warning:
- Commit 13a7bae ("Flag extra trailing tokens in all contexts") adds
checking for extra trailing tokens in a few overlooked cases.
- Commit f356ba8 ("Clarify that select/imply is a no-op for choice
symbols") clarifies the warning when selecting/implying a choice
symbol.
Parsing performance was improved slightly as well.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ available in the Python 2 version of the standard ``curses`` module. that your ``PATH`` includes the directory where the executables end up. You can list the installed files with ``pip(3) show -f kconfiglib``. -All releases have a corresponding tag in the git repository, e.g. ``v10.23.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.24.0``. (the latest version). `Semantic versioning <http://semver.org/>`_ is used. There's been |
