Really fixed the tests per
[cached-property.git] / HISTORY.rst
index 5c564048602a0f4a6aa4f0d5b11d0f05bcc0db8b..f929d3eae05e6269ad8968afa1afa5c8d4112f74 100644 (file)
@@ -3,8 +3,43 @@
 History
 -------
 
-1.2.0 (2015-04-28
-+++++++++++++++++
+1.4.2 (2018-03-08)
+++++++++++++++++++
+
+* Really fixed tests, thanks to @pydanny
+
+1.4.1 (2018-03-08)
+++++++++++++++++++
+
+* Added conftest.py to manifest so tests work properly off the tarball, thanks to @dotlambda
+* Ensured new asyncio tests didn't break Python 2.7 builds on Debian, thanks to @pydanny
+* Code formatting via black, thanks to @pydanny and @ambv
+
+
+1.4.0 (2018-02-25)
+++++++++++++++++++
+
+* Added asyncio support, thanks to @vbraun
+* Remove Python 2.6 support, whose end of life was 5 years ago, thanks to @pydanny
+
+
+1.3.1 (2017-09-21)
+++++++++++++++++++
+
+* Validate for Python 3.6
+
+
+1.3.0 (2015-11-24)
+++++++++++++++++++
+
+* Drop some non-ASCII characters from HISTORY.rst, thanks to @AdamWill
+* Added official support for Python 3.5, thanks to @pydanny and @audreyr
+* Removed confusingly placed lock from example, thanks to @ionelmc
+* Corrected invalidation cache documentation, thanks to @proofit404
+* Updated to latest Travis-CI environment, thanks to @audreyr
+
+1.2.0 (2015-04-28)
+++++++++++++++++++
 
 * Overall code and test refactoring, thanks to @gsakkis
 * Allow the del statement for resetting cached properties with ttl instead of del obj._cache[attr], thanks to @gsakkis.
@@ -14,7 +49,7 @@ History
 1.1.0 (2015-04-04)
 ++++++++++++++++++
 
-* Regression: As the cache was not always clearing, we’ve broken out the time to expire feature to it’s own set of specific tools, thanks to @pydanny
+* Regression: As the cache was not always clearing, we've broken out the time to expire feature to its own set of specific tools, thanks to @pydanny
 * Fixed typo in README, thanks to @zoidbergwill
 
 1.0.0 (2015-02-13)