Revision history for Perl extension Class::Tangram
2001-11-21
o Release 1.05
o Some small speed optimisations and bug fixes.
o Changed Makefile.PL to use Pod::Constants
2001-10-14
o Release 1.04
o Added some Set::Object AUTOLOAD functions
o More documentation fixes
o Now creates empty Set::Object containers for set attributes so
that Tangram doesn't get upset when you store a new object, but
didn't initialise one of its sets.
o Get of a Set::Object attribute returns its members when called in
list context
2001-10-10
o Release 1.03
o Supressed useless warning that I couldn't work around in
destructor:
'(in cleanup) Can't call method "FETCH" on an undefined value
at ...'
o Documentation bugfixes
2001-10-08
o Release 1.02
o Fixed many small bugs
2001-09-28
o Release 1.01
o Fixed subtle bug with sets and clear_refs()
2001-09-25
o Release 1.00
o Renamed from Tao::Object
o Testing functions not yet complete, some field types might not be
working.