NEWS 
====

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

qdapTools 0.0.2
----------------------------------------------------------------


BUG FIXES

NEW FEATURES

MINOR FEATURES

* `%l*%` added as a beinary operator form of `lookup` that returns a factor when 
  one is supplied in column 2 of the `key.match` `data.frame` supplied. 
  Suggestion by Kirill Müller see: 
  https://github.com/trinker/qdap/issues/167#issuecomment-41009219

IMPROVEMENTS

CHANGES

qdapTools 0.0.1
----------------------------------------------------------------

Tools used by qdap that may be of use outside of the context of text analysis 
realated tasks, have been moved to a separate package, qdapTools.  This is the 
first installment of the package.

