Changelog item of last commit

This commit is contained in:
Willem Toorop 2015-04-02 13:35:52 +02:00
parent c9a61bd91e
commit 9065c9c136
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
char * getdns_print_json_list(const getdns_list *some_list, int pretty);
* snprintf style versions of the dict, list and json print functions.
* Better random number generation with OpenBSD's arc4random
* Let getdns_address schedule the AAAA query first. This results in AAAA
being the first in the just_address_answers sections of the response dict.
* 2015-01-16: Version 0.1.6
* Fix: linking against libev on FreeBSD