]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add "usecase" changelog tag
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2019 16:48:14 +0000 (12:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2019 17:10:17 +0000 (13:10 -0400)
commit52044c78918078935c21800a2362895072ee7d6f
tree428f367392c11f9049a918515fef04299dfdefe2
parent90ed3cd99fe007626b2b830a93c8c1e14e15536a
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.

Change-Id: I790ccb799864fec48e4695aedeed2814ab9d493e
doc/build/conf.py
tox.ini