]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Add "usecase" changelog tag
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2019 16:52:12 +0000 (12:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2019 19:59:15 +0000 (15:59 -0400)
commita8b60b4ad9fe8339629da9ce41853519460abb15
treee7f9291e4a323325a9754686e22eb22e0f280cad
parent41b100e6300e0680e9457149ac6f36ad7f78909e
Add "usecase" changelog tag

"usecase" indicates the library now supports something a user
was trying to do.  It's not quite a "feature" since it's something
that seems like it should have worked, it's not a "bug" because
no mistake was made, it's just something that wasn't considered before.
The advantage of "usecase" is that it inherently suggests a different
style of prioritization vs. something that is preventing the library
from working as designed.

This change also adds docs/build/conf.py under the pep8 formatting
test coverage, and additionally moves release / release_date to
be present within; the release scripts will be altered to include
this.

Change-Id: Iea071a320e7a3672b35a41b13d5a74c0da5f9074
docs/build/conf.py
tox.ini