Skip to content

Commit

Permalink
- Revert heading level underlines in CHANGES.rst
Browse files Browse the repository at this point in the history
- Add symlink docs/changes.rst -> ../CHANGES.rst
  • Loading branch information
stevepiercy committed Nov 5, 2018
1 parent 494bdfd commit 8b43226
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
36 changes: 18 additions & 18 deletions CHANGES.rst
@@ -1,10 +1,10 @@
Change History
--------------
==============

.. _vunreleased:

unreleased
^^^^^^^^^^
----------

- Bring repo up to Pylons Project standards.
See https://github.com/Pylons/pyramid_mailer/pull/89
Expand All @@ -15,7 +15,7 @@ unreleased
.. _v0.15.1:

0.15.1 (2016-12-13)
^^^^^^^^^^^^^^^^^^^
-------------------

- Add the new ``.bind`` method to the ``DebugMailer`` and the
``DummyMailer``. Also ``pyramid_mailer.testing`` and
Expand All @@ -26,7 +26,7 @@ unreleased
.. _v0.15:

0.15 (2016-12-06)
^^^^^^^^^^^^^^^^^
-----------------

- Support '7bit' and '8bit' transfer-encoding.
https://github.com/Pylons/pyramid_mailer/pull/49
Expand Down Expand Up @@ -60,7 +60,7 @@ unreleased
.. _v0.14.1:

0.14.1 (2015-05-21)
^^^^^^^^^^^^^^^^^^^
-------------------

- Enable compatibility testing with Pyramid all the way back to 1.2. It may
work earlier but we aren't testing it any longer.
Expand All @@ -74,7 +74,7 @@ unreleased
.. _v0.14:

0.14 (2014-12-10)
^^^^^^^^^^^^^^^^^
-----------------

- Added support for Python3.4, PyPy3.

Expand All @@ -96,7 +96,7 @@ unreleased
.. _v0.13:

0.13 (2013-07-13)
^^^^^^^^^^^^^^^^^
-----------------

- Default transfer encoding for mail messages is now
'quoted-printable'.
Expand All @@ -106,7 +106,7 @@ unreleased
.. _v0.12:

0.12 (2013-06-26)
^^^^^^^^^^^^^^^^^
-----------------

- Added support for sendmail binary via repoze.sendmail >= 4.0b2.
https://github.com/Pylons/pyramid_mailer/pull/35
Expand All @@ -128,7 +128,7 @@ unreleased
.. _v0.11:

0.11 (2013-03-28)
^^^^^^^^^^^^^^^^^
-----------------

- Allow setting Content-Transfer-Encoding for body and html
via Attachments.
Expand All @@ -148,7 +148,7 @@ unreleased
.. _v0.10:

0.10 (2012-11-22)
^^^^^^^^^^^^^^^^^
-----------------

- Set default transfer encoding for attachments to ``base64`` and allow
an optional ``transfer_encoding`` argument for attachments. This currently
Expand All @@ -165,7 +165,7 @@ unreleased
.. _v0.9:

0.9 (2012-05-03)
^^^^^^^^^^^^^^^^
----------------

- Add a test for uncode encoding in multipart messages.

Expand All @@ -176,7 +176,7 @@ unreleased
.. _v0.8:

0.8 (2012-03-26)
^^^^^^^^^^^^^^^^
----------------

- Work around a Python 3.2.0 bug in handling emails with empty headers. This
allows cc-only and bcc-only emails to be handled properly on all platforms
Expand All @@ -187,15 +187,15 @@ unreleased
.. _v0.7:

0.7 (2012-03-26)
^^^^^^^^^^^^^^^^
----------------

- Packaging release


.. _v0.7dev:

0.7dev (2012-03-20)
^^^^^^^^^^^^^^^^^^^
-------------------

- Python 2.5, 2.6, 2.7, 3.2, and pypy compatibility.

Expand All @@ -211,7 +211,7 @@ unreleased
.. _v0.6:

0.6 (2012-01-22)
^^^^^^^^^^^^^^^^
----------------

- Use ',' as an email header field separator rather than ';' when multiple
values are in the same header (as per RFC822).
Expand All @@ -226,7 +226,7 @@ unreleased
.. _v0.5.1:

0.5.1 (2011-11-13)
^^^^^^^^^^^^^^^^^^
------------------

- Fixed a bug where the mailer was only sending email to addresses in
the "TO" field.
Expand All @@ -235,7 +235,7 @@ unreleased
.. _v0.5:

0.5 (2011-10-24)
^^^^^^^^^^^^^^^^
----------------

- Drop Lamson dependency by copying Lamson's MailResponse and dependent code
into ``pyramid_mailer.response``.
Expand All @@ -244,7 +244,7 @@ unreleased
.. _v0.4.x:

0.4.X
^^^^^
-----

- ``pyramid_mailer.includeme`` function added for
``config.include('pyramid_mailer')`` support
Expand Down
1 change: 1 addition & 0 deletions docs/changes.rst
8 changes: 7 additions & 1 deletion docs/index.rst
Expand Up @@ -527,7 +527,13 @@ API
:members:


.. include:: ../CHANGES.rst
Change History
--------------

.. toctree::
:maxdepth: 2

changes


.. _Github: https://github.com/Pylons/pyramid_mailer
Expand Down

0 comments on commit 8b43226

Please sign in to comment.