Skip to content

Commit

Permalink
Update changelog for release v1.2.4 (2018-11-03)
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed Nov 3, 2018
1 parent 69445a4 commit fca24ab
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,11 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
(only in comment or documentation).


v1.2.4 (unreleased)
v1.2.4 (2018-11-03)
===================

Bug fix release

Other
-----

- Add missing docstring to the classes :class:`~deprecated.classic.ClassicAdapter`
and :class:`~deprecated.sphinx.SphinxAdapter`.

Fix
---

Expand All @@ -38,6 +32,9 @@ Fix
Other
-----

- Add missing docstring to the classes :class:`~deprecated.classic.ClassicAdapter`
and :class:`~deprecated.sphinx.SphinxAdapter`.

- Change the configuration for TravisCI and AppVeyor:
drop configuration for Python **2.6** and **3.3**.
add configuration for Python **3.7** (if available).
Expand Down Expand Up @@ -113,6 +110,32 @@ Removed
which still require those versions should pin Deprecated to ``< 1.2``.


v1.1.4 (2018-11-03)
===================

Bug fix release

Fix
---

- Fix #4: Correct the function :funct:`~deprecated.deprecated`:
Don't pass arguments to :meth:`object.__new__` (other than *cls*).

Other
-----

- Change the configuration for TravisCI and AppVeyor:
drop configuration for Python **2.6** and **3.3**.
add configuration for Python **3.7**.

.. note::

Deprecated is no more tested with Python **2.6** and **3.3**.
Those Python versions are EOL for some time now and incur incompatibilities
with Continuous Integration tools like TravisCI and AppVeyor.
However, this library should still work perfectly...


v1.1.3 (2018-09-03)
===================

Expand Down

0 comments on commit fca24ab

Please sign in to comment.