Revision history for Perl extension Tie::InsideOut and Class::Tie::InsideOut.

Possible incompatabilities with previous versions are highlighted with a '*'.

0.051 Sun Feb 26 2006
	- fixed potential undef warning
	- added to KNOWN ISSUES notes about Class::Accessor et al.
	- added tests for Class::Accessor et al.
	- updated TODO list

0.05 Sat Feb 18 2006
	- additional documentation
	- added Storable freeze, thaw and dclone tests
	- added TODO file
	- FIRSTKEY properly resets the each iterator
	- added SCALAR method
	- Tie::InsideOut is a Tie::Hash module
	- properly detects namespace for calls from within evals
	- added Storable hooks for serialization
	- improved handling of references to main namespace
	- removed UNTIE method
	- uses refaddr function for id rather than a counter
	- requires Scalar::Util
	- added keywords and resources to Build.PL for META.yml

0.04 Thu Feb 16 2006
	- added MANIFEST.SKIP
	* encapsulation is enforced: fields may only be accessed by
	  methods which exist in the same namespace
	* Tie::InsideOut no longer uses a list of namespaces
	- removed usage of Class::ISA
	- Tie::InsideOut uses Carp
	- reorganized documentation to reflect various changes
	- removed Clone and Storable tests

0.03 Mon Feb 13 2006
	- updated documentation
	- inheritance issues fixed, requires Class::ISA
	- Tie::InsideOut can accept a list of namespaces to search
	- recent revision history included in README
	- use strict/warnings in tests
	- added test to verify that versions match
	- added test 'use base'
	- added serialization tests with Clone and Storable

0.021 Mon Feb 13 2006
	- removed namespace validation, which was too strict

0.02  Mon Feb 13 2006
	- added more tests
	- fixed namespace validation
	- checks that the symbol used for the key is a hash
	- reorganized documentation

0.01  Sun Feb 12 18:59:12 2006
	- original version; created by h2xs 1.23 with options
		-n Tie::InsideOut -v 0.01 -b 5.6.1 -X

