~canonical-platform-qa/uci-config/fix1415642-empty_option

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=====================
NEWS about uci-config
=====================

Overview of changes to uci-config in reverse chronological order.

dev
===

 * add MANDATORY as a special default value for options that must be set.

 * provide support to write cmdline UI.

0.0.3
=====

 * fix pyflakes issues.

0.0.2
=====

 * revert to python2 to match current needs.

 * fix bugs in exceptions messages.

 * support a default value for RegistryOption.

 * fix comment handling for config values.

 * support Store sharing inside the same process.

 * fix comment handling for sections.

0.0.1
=====

First release.