diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1eef1..529580a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ Notable changes are documented in this file. - Non number input is disabled - Supports thresholds - async support [#30](https://github.com/kazhala/InquirerPy/issues/30) + - [classic syntax](https://inquirerpy.readthedocs.io/en/latest/pages/prompt.html#asynchronous-execution) + - [alternate syntax](https://inquirerpy.readthedocs.io/en/latest/pages/inquirer.html#asynchronous-execution) ## 0.3.0 (12/10/2021) diff --git a/README.md b/README.md index a3d99c1..87b2e77 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![Coverage](https://img.shields.io/coveralls/github/kazhala/InquirerPy?logo=coveralls)](https://coveralls.io/github/kazhala/InquirerPy?branch=master) [![Version](https://img.shields.io/pypi/pyversions/InquirerPy)](https://pypi.org/project/InquirerPy/) [![PyPi](https://img.shields.io/pypi/v/InquirerPy)](https://pypi.org/project/InquirerPy/) -[![License](https://img.shields.io/pypi/l/InquirerPy)](https://github.com/kazhala/InquirerPy/blob/master/LICENSE) Documentation: [inquirerpy.readthedocs.io](https://inquirerpy.readthedocs.io/) diff --git a/docs/index.md b/docs/index.md index 06231ad..1656c7b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -183,5 +183,6 @@ pages/color_print.md pages/faq.md pages/api.md +pages/changelog.md GitHub Repository ``` diff --git a/docs/pages/changelog.md b/docs/pages/changelog.md new file mode 100644 index 0000000..4d6e28c --- /dev/null +++ b/docs/pages/changelog.md @@ -0,0 +1,3 @@ +```{include} ../../CHANGELOG.md + +```