$Id: CHANGES,v 1.2 2003/01/07 09:01:48 ianmacd Exp $

0.1.2
-----

CTime#get_events now takes a third parameter, which is a constant that
determines whether a full property list should be obtained for each Event
object. The access level of some events prevents the full property list
from being retrieved. In these cases, CTime::RESTRICTED_PROPERTIES should
be used. In all other cases, CTime::ALL_PROPERTIES is appropriate.

0.1.1
-----

MIME quoted printable strings are now decoded in ct_get_events(), so it's
not necessary to strip '=20' from the end of @summary, @description, etc.
