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

qdapDictionaries 1.0.0
----------------------------------------------------------------

The removal of environments and addition of keys (name change from env.XXX to 
key.XXX) may cause a break with backward compatibility, hence the major version 
bump to 1.0.0.

BUG FIXES

NEW FEATURES

MINOR FEATURES

IMPROVEMENTS

CHANGES

* The `env.syl`, `env.pol`, `env.power`, `env.strength`, and `env.syn` have been 
  converted from environments to `data.table` based hash keys and renamed to 
  `key.syl`, `key.pol`, `key.power`, `key.strength`, and `key.syn`.


qdapDictionaries 0.0.4
----------------------------------------------------------------

NEW FEATURES

*  The following sentiment related data sets have been added: `strong.words`, 
  `weak.words`, `power.words`, `submit.words`, `env.strength`, `env.power`.


qdapDictionaries 0.0.2
----------------------------------------------------------------

First version sent to CRAN

qdapDictionaries 0.0.1
----------------------------------------------------------------

The dictionaries and word lists previously found in qdap have been moved to a separate package, qdapDictionaries.  This is the first installment of the package.
