aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-07-14 10:26:23 +0200
committerDavid Robillard <d@drobilla.net>2018-07-14 10:26:23 +0200
commit88ac6c757f5a40a604c14775cf11552fa657f0ad (patch)
tree875ac9b954b48750b2548e625b33588883e99643 /NEWS
parent7e10a58373dbbb850c4f4daeb90ce2d9739da441 (diff)
downloadserd-88ac6c757f5a40a604c14775cf11552fa657f0ad.tar.gz
serd-88ac6c757f5a40a604c14775cf11552fa657f0ad.tar.bz2
serd-88ac6c757f5a40a604c14775cf11552fa657f0ad.zip
Fix length of base64 encoded nodes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3752c90f..a6ecf2b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
serd (0.29.3) unstable;
+ * Fix length of base64 encoded nodes
* Clarify errors returned by serd_env_expand()
* Fix reported error when reading statements with only a blank node
* Fix parsing local names that end with escaped dots
@@ -15,7 +16,7 @@ serd (0.29.3) unstable;
* Fix building with MSVC
* Clean up testing code
- -- David Robillard <d@drobilla.net> Sun, 27 May 2018 17:51:33 +0200
+ -- David Robillard <d@drobilla.net> Sat, 14 Jul 2018 10:26:05 +0200
serd (0.28.0) stable;