* Fixed ``__mod__`` for the slots backend. Contributed by Ran Benita in `28 <https://github.com/ionelmc/python-lazy-object-proxy/pull/28>`_. * Dropped support for Python 2.6 and 3.3. Contributed by "hugovk" in `24 <https://github.com/ionelmc/python-lazy-object-proxy/pull/24>`_.
1.3.1
------------------
* Fix broken release (``sdist`` had a broken ``MANIFEST.in``).
1.3.0
------------------
* Speed up arithmetic operations involving ``cext.Proxy`` subclasses.
1.2.2
------------------
* Added `manylinux <https://www.python.org/dev/peps/pep-0513/>`_ wheels. * Minor cleanup in readme.
1.2.1
------------------
* Fix a memory leak (the wrapped object would get bogus references). Contributed by Astrum Kuo in `10 <https://github.com/ionelmc/python-lazy-object-proxy/pull/10>`_.
1.2.0
------------------
* Don't instantiate the object when __repr__ is called. This aids with debugging (allows one to see exactly in what state the proxy is).