1dot.conf v1.3
2
3This file lists changes that break backward compatibility with previous
4versions.  Please see the files in the doc directory of the distribution for
5full details.
6
7For examples of how to use this library, see the examples directory.
8
9Changes after 1.0.13:
10
11- dotconf_register_options now has a return type.  This function can now
12  indicate success or failure.
13
14  - To support the float argument for a config option, the data member of
15    struct command_t gained the dvalue member.
16
17This is free software licensed with the GNU Lesser General Public License 2.1.
18
19I would like to thank Lukas Schroeder for authoring this project originally.
20His address is listed in the Authors file if you need to contact him.
21However, current questions about the project should be directed to me since I
22am the current maintainer.
23
24William Hubbs <w.d.hubbs@gmail.com>
25
26
27