NEWS 
====

* datalist has been deemed ready for general use and has been submitted to CRAN

For more fine-grained list of changes or to report a bug, consult 

* [The issues log](https://github.com/joethorley/datalist/issues)
* [The commit log](https://github.com/joethorley/daatlist/commits/master)

Versioning
----------

Releases will be numbered with the following semantic versioning format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

* Breaking backward compatibility bumps the major (and resets the minor 
  and patch)
* New additions without breaking backward compatibility bumps the minor 
  (and resets the patch)
* Bug fixes and misc changes bumps the patch
