--- /dev/null
- libzakformcgi (0.0.1-1~7.gbp58e4ca) UNRELEASED; urgency=medium
++libzakformcgi (0.0.1-1~8.gbpebf59e) UNRELEASED; urgency=medium
+
- ** SNAPSHOT build @58e4ca0f49175fbc7576acd6abb390a75e6747b8 **
++ ** SNAPSHOT build @ebf59e458c759dd194ead494d7117995638c23cf **
+
+ [ Andrea Zagli ]
+ * Initial release
+
+ [ tux ]
+
+ [ Andrea Zagli ]
+ * Debian pkg: added files.
+ * FormElement doesn't take into account editable property.
+ * Implemented input type radio (closes #1017).
+ * Now ZakFormElement::messages is always not null.
+ * Bugfix to remove label from element.
+ * Added function ZakFormCgiFormElement::render_label.
+ * Added property inline to ZakCgiFormElementRadio.
+ * Added private function ZakFormCgiFormElement::get_ht_label_attrs.
+ * Added properties text and inline to ZakFormCgiFormElementCheck.
+ * Adjustments to checkbox and radio rendering.
+ * Moved from GHashTable to GPtrArray in ZakForCgiFormElementRadio
+ * Setting of long-name on setting label only if it is null.
+ * Started implementation of ElementFile.
+ * Migration to GValue for element value.
+ * Added validator for size and mime type for ZakFormCgiFormElementFile.
+ * Select is not editable with key "disabled".
+
+ [ tux ]
+
+ [ Andrea Zagli ]
+ * Debian pgk: updated from upstream.
+
+ [ tux ]
+
+ [ Andrea Zagli ]
+ * Debian pkg: locale files in dev (closes #1122).
+ * Make public ZakFormElement::xml_parsing.
+ * Starting taking into account ZakFormElementArray.
+ * Missing file in translations file.
+ * In binding if the value is null, value is setted as empty string.
+ * ZakFormElement didn't take into account visible property (closes #1131).
+ * In ZakFormElement::render wrong variable freeing.
+ * FormElementSelect: changed storage data type to preserve options order.
+ * Debian pkg: added buster files.
+ * ZakCgiTag functions expect ht_attr not null.
++ * Debian pkg: updates from upstream.
++ * Added public function Radio::render_single.
++ * Different way to render some control on Bootstrap v4.
+
- -- tux <tux@develop64.example.tst> Wed, 13 May 2020 20:43:27 +0200
++ -- tux <tux@develop64.example.tst> Tue, 30 Jun 2020 20:46:40 +0200