From 9065c9c136101b791d1a32c9ca63c9fea92bf18e Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 2 Apr 2015 13:35:52 +0200 Subject: [PATCH] Changelog item of last commit --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index e385caac..2976c3fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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