atom (2.0) stable;

  * Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease
    backwards compatibility.
  * Deprecate Blank and Resource in favour of just Object.
  * Add lv2_atom_sequence_clear() and lv2_atom_sequence_append_event() helper
    functions.
  * Add lv2_atom_forge_key() for terser object writing.

 -- David Robillard <d@drobilla.net>  Fri, 08 Aug 2014 00:00:00 +0000

atom (1.8) stable;

  * Make lv2_atom_*_is_end() arguments const.

 -- David Robillard <d@drobilla.net>  Sat, 04 Jan 2014 00:00:00 +0000

atom (1.6) stable;

  * Fix crash in forge.h when pushing atoms to a full buffer.

 -- David Robillard <d@drobilla.net>  Sun, 26 May 2013 00:00:00 +0000

atom (1.4) stable;

  * Fix lv2_atom_sequence_end().
  * Remove atom:stringType in favour of owl:onDatatype so generic tools can
    understand and validate atom literals.
  * Improve atom documentation.

 -- David Robillard <d@drobilla.net>  Sun, 27 Jan 2013 00:00:00 +0000

atom (1.2) stable;

  * Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.
  * Fix implicit conversions in forge.h that are invalid in C++11.
  * Use consistent label style.
  * Fix lv2_atom_object_next() on 32-bit platforms.
  * Fix outdated documentation in forge.h.
  * Add lv2_atom_object_body_get().

 -- David Robillard <d@drobilla.net>  Sun, 14 Oct 2012 00:00:00 +0000

atom (1.0) stable;

  * Initial release.

 -- David Robillard <d@drobilla.net>  Tue, 17 Apr 2012 00:00:00 +0000

