$Id: CHANGES,v 1.2 2002/09/28 20:07:05 ianmacd Exp $

New in version 0.2.1
--------------------

No new features. The only changes are portability enhancements to the build
system.

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.

