diff options
author | David Robillard <d@drobilla.net> | 2013-01-14 05:20:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-14 05:20:55 +0000 |
commit | fc5305aedf9896cf083646885dbccd3d706cb94f (patch) | |
tree | 3c069458099d230a118a20a05ea8d391ad969bbb /NEWS | |
parent | 51996c2730424f07c1f8487c3e42d594a1053a1c (diff) | |
download | sord-fc5305aedf9896cf083646885dbccd3d706cb94f.tar.gz sord-fc5305aedf9896cf083646885dbccd3d706cb94f.tar.bz2 sord-fc5305aedf9896cf083646885dbccd3d706cb94f.zip |
Add convenient numeric constructors for decimal and integer literals.
git-svn-id: http://svn.drobilla.net/sord/trunk@276 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ sord (0.10.5) unstable; * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) + * Add convenient numeric constructors for decimal and integer literals - -- David Robillard <d@drobilla.net> Sat, 22 Dec 2012 20:15:47 -0500 + -- David Robillard <d@drobilla.net> Mon, 14 Jan 2013 00:19:49 -0500 sord (0.10.4) stable; |