diff options
Diffstat (limited to 'projects/changelog-gen/index.html')
-rwxr-xr-x | projects/changelog-gen/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/projects/changelog-gen/index.html b/projects/changelog-gen/index.html index 86c3972..2357b84 100755 --- a/projects/changelog-gen/index.html +++ b/projects/changelog-gen/index.html @@ -33,4 +33,11 @@ <ul> <li>Initial release.</li> </ul> +<h3>Planned Improvements</h3> +<ul> + <li>Possibly switch to licensing under the terms of the GNU LGPL</li> + <li>Use here-doc to print long blocks of information instead of a mass of + printf commands.</li> + <li>Maybe offer HTML output.</li> +</ul> <!--#include virtual="../../includes/footer.html" --> |