aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-09-23 14:54:09 +0200
committerDavid Robillard <d@drobilla.net>2017-09-23 15:59:23 +0200
commit78f38288245ca4245110869ad2c40afde931a0db (patch)
tree7e16135998e92fdf4f0b2b3c955867a2e30d4ae5 /NEWS
parentf8c8f7e02605c10af0b6bc9f1261e893dc825e97 (diff)
downloadserd-78f38288245ca4245110869ad2c40afde931a0db.tar.gz
serd-78f38288245ca4245110869ad2c40afde931a0db.tar.bz2
serd-78f38288245ca4245110869ad2c40afde931a0db.zip
Use more efficient stack allocation and growth policies
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index da1690ff..bdad3548 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,10 @@ serd (0.29.3) unstable;
* Support strict parsing of prefixed names
* Report errors for all failing test cases
+ * Use more efficient stack allocation and growth policies
* Fix building with MSVC
- -- David Robillard <d@drobilla.net> Sat, 23 Sep 2017 14:41:49 +0200
+ -- David Robillard <d@drobilla.net> Sat, 23 Sep 2017 14:53:55 +0200
serd (0.28.0) stable;