get-unquoted: Queue a release note entry mentioning the new method

This commit is contained in:
Martin Blanchard 2017-09-15 23:24:15 +02:00
parent 777cd24063
commit 26e731c7ca
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# `get_unquoted()` mehod for the `configuration` data object
New convenience method that allow reusing a variable value
defined quoted. Useful in C for config.h strings for example.