diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2016-04-02 16:48:10 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2016-04-02 17:11:46 +0200 |
commit | c22729d03d291814ae196ce7652954db9e42ed97 (patch) | |
tree | 634aada79e96ceb94dd3a76e2d3712ad57cbe049 | |
parent | 03c40fd80707ad4837523a07cdf3f82564ab0259 (diff) | |
download | factory-boy-c22729d03d291814ae196ce7652954db9e42ed97.tar factory-boy-c22729d03d291814ae196ce7652954db9e42ed97.tar.gz |
Plan for 2.7.0 release.
-rw-r--r-- | docs/changelog.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index dc3f967..b1fd314 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,21 @@ ChangeLog ========= +.. _v2.7.0: + +2.7.0 (2016-04-03) +------------------ + +*New:* + + - :issue:`267`: Add :class:`factory.LazyFunction` to remove unneeded lambada parameters, + thanks to `Hervé Cauwelier <https://github.com/bors-ltd>`_. + - :issue:`251`: Add :ref:`parameterized factories <parameters>` and :class:`traits <factory.Trait>` + +*Removed:* + + - :issue:`278`: Formally drop support for Python2.6 + .. _v2.6.1: 2.6.1 (2016-02-10) |