$Id: CHANGES,v 1.1 2002/09/18 07:36:43 ianmacd Exp $

New in version 0.2.0
--------------------

Password#check no longer returns an empty string on success and a string
describing the nature of the password weakness on failure.

Instead, it returns true on success and raises a Crack::WeakPassword exception
on failure.

New in version 0.1.1
--------------------

Password.get now returns an instance of Password, not String.
Password.new now defaults to assigning a null string.

