Words Counted v1.0.2 Release Notes

Release Date: 2015-10-25 // almost 8 years ago

Previous changes from v0.1.5

    1. Removed to_f from the dividend in average_chars_per_word and word_densities. The divisor is a float, and dividing by a float returns a float.
    2. Added # -*- encoding : utf-8 -*- to all files. See pull request.
    3. Added this changelog.