===== * Quoted ellipsis in ``icontract._unwind_decorator_stack`` to comply with a bug in Python 3.5.2 (see https://github.com/python/typing/issues/259)
1.5.0
===== * Added inheritance of contracts
1.4.1
===== * Contract's constructor immediately returns if the contract is disabled.
1.4.0
===== * Added invariants as `icontract.inv`
1.3.0
===== * Added ``icontract.SLOW`` to mark contracts which are slow and should only be enabled during development * Added ``enabled`` flag to toggle contracts for development, production __etc.__
1.2.3
===== * Removed ``version.txt`` that caused problems with ``setup.py``