aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-03-08 15:43:40 -0500
committerDavid Robillard <d@drobilla.net>2018-03-08 15:43:59 -0500
commitf124a075ccc31285250872f93e9ff16ea865d4eb (patch)
tree2a0d6f7d3341782605674336b1a6e60b1bef63a2 /NEWS
parentb336b464087f5c2199999020ab810be9977f6d7c (diff)
downloadserd-f124a075ccc31285250872f93e9ff16ea865d4eb.tar.gz
serd-f124a075ccc31285250872f93e9ff16ea865d4eb.tar.bz2
serd-f124a075ccc31285250872f93e9ff16ea865d4eb.zip
Fix parsing local names that end with escaped dots
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c2191ab9..3126d8b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
serd (0.29.3) unstable;
+ * Fix parsing local names that end with escaped dots
* Add serdi option to write ASCII output
* Make serdi guess input syntax from extension if unspecified
* Make serdi syntax options case-insensitive
@@ -11,7 +12,7 @@ serd (0.29.3) unstable;
* Fix building with MSVC
* Clean up testing code
- -- David Robillard <d@drobilla.net> Sun, 24 Dec 2017 14:14:15 -0500
+ -- David Robillard <d@drobilla.net> Thu, 08 Mar 2018 15:42:51 -0500
serd (0.28.0) stable;