## v1.3.0 - 20/12/01

* Better handling of mutable classes

## v1.2.1 - 20/11/17

* Fix __dir__ to include itself

## v1.2.0 - 20/11/16

* Make sure that __doc__ is included in dir()
* Correctly set _xmod_extension when it's callable

## v1.1.3 - 20/11/14

* Copy documentation from the module
* Add doks settings to pyproject.toml
* Added pyproject.toml

## v1.1.2 - 20/10/07

* Enable Python 3.9

## v1.1.1 - 20/09/02

* Add MANIFEST.in (fix #2)

## v1.1.0 - 20/07/26

* New mutable parameter
* Chop out properies entirely
* Fix dir() for xmod'ed items (fix #1)

## v1.0.1 - 20/07/22

* Handle classes correctly

## v1.0.0 - 20/07/18

* Rename clod to xmod

## v0.10.0 - 20/07/18

* Bump coverage percentage
* Rename variables to properties
* Now clod can be used as a decorator

## v0.9.0 - 20/07/11

* First release
