1
0
Fork 0

Merge branch 'master' into main-file

This commit is contained in:
Amjith Ramanujam 2020-01-07 06:55:17 -08:00 committed by GitHub
commit c74bfe37ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -102,6 +102,7 @@ Contributors:
* Pedro Ferrari (petobens)
* Martin Matejek (mmtj)
* Jonas Jelten
* BrownShibaDog
Creator:
--------

View File

@ -114,7 +114,7 @@ The rpm package can be installed as follows:
Running the integration tests
-----------------------------
Integration tests use `behave package <http://pythonhosted.org/behave/>`_ and
Integration tests use `behave package <https://behave.readthedocs.io/>`_ and
pytest.
Configuration settings for this package are provided via a ``behave.ini`` file
in the ``tests`` directory. An example::

View File

@ -1,5 +1,5 @@
Upcoming:
======
=========
Features:
---------
@ -7,7 +7,11 @@ Features:
* Add `__main__.py` file to execute pgcli as a package directly (#1123).
* Add support for ANSI escape sequences for coloring the prompt (#1122).
Internal:
---------
* Fix dead link in development guide. (Thanks: `BrownShibaDog`_)
2.2.0:
======
@ -1018,3 +1022,4 @@ Improvements:
.. _`Alexander Zawadzki`: https://github.com/zadacka
.. _`Sebastian Janko`: https://github.com/sebojanko
.. _`Pedro Ferrari`: https://github.com/petobens
.. _`BrownShibaDog`: https://github.com/BrownShibaDog