From 0500d4347a6d31ef05fd860559e380c2e488c194 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 4 May 2022 16:28:12 -0400 Subject: JSON: add blob type that generates base64-encoded binary data --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53e1e8d6..8cf93186 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2022-05-04 Jay Berkenbilt + * JSON: add a new "blob" type that takes a function to write data + into. The blob is serialized as a base64-encoded representation of + whatever is written to the function. + * FileInputSource has new constructors that eliminate the need to call setFilename or setFile in most cases. -- cgit v1.2.3-54-g00ecf