diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-14 00:58:32 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-14 00:58:32 +0200 |
| commit | 8a8e03dab76f9c6893b355c5790a63095a0b781d (patch) | |
| tree | 4d2b92114c94429cd58494d5bb0bf97033a9e0e2 /README.rst | |
| parent | 96682d7132f9b2120c5e55754dc5cff1d00321de (diff) | |
Make 10.14.0 releasev10.14.0
Adds two menuconfig improvements and a documentation improvement:
- Commit 96682d7 ("menuconfig: Add jump-to for choices, menus, and
comments") generalizes the jump-to feature so that choices, menus,
and comments can be jumped to in addition to symbols (or into, in the
case of choices and menus).
- Commit fae2e70 ("menuconfig: Do not show range hint for symbols
without ranges") despams the menuconfig interface and could
potentially avoid some confusion.
- Commit bde4cc7 ("Add some hints re. generating custom configuration
output") adds some documentation hints re. using the
Symbol.config_string field when generating custom output. It can be
useful for pruning symbols even when the output format isn't
.config-like.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,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.13.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.14.0``. (the latest version). `Semantic versioning <http://semver.org/>`_ is used. There's been |
