Skip to content

Commit

Permalink
Fix missing changelog link
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry.dygalo committed Oct 2, 2019
1 parent 1cf61bd commit 682e706
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ Changelog
Added
~~~~~

- CLI tool invoked by the ``schemathesis`` command

- CLI tool invoked by the ``schemathesis`` command. `#30`_

Fixed
~~~~~

- Runner stopping on the first falsifying example. `#99`_


`0.7.3`_ - 2019-09-30
---------------------

Expand All @@ -32,21 +30,21 @@ Fixed
Added
~~~~~

- Support for type "file" for Swagger 2.0 `#78`_
- Support for filtering in loaders `#75`_
- Support for type "file" for Swagger 2.0. `#78`_
- Support for filtering in loaders. `#75`_

Fixed
~~~~~

- Conflict for lazy schema filtering `#64`_
- Conflict for lazy schema filtering. `#64`_

`0.7.1`_ - 2019-09-27
---------------------

Added
~~~~~

- Support for ``x-nullable`` extension `#45`_
- Support for ``x-nullable`` extension. `#45`_

`0.7.0`_ - 2019-09-26
---------------------
Expand Down Expand Up @@ -98,7 +96,7 @@ Changed
Deprecated
~~~~~~~~~~

- Using ``Parametrizer.from_{path,uri}`` is deprecated, use ``schemathesis.from_{path,uri}`` instead
- Using ``Parametrizer.from_{path,uri}`` is deprecated, use ``schemathesis.from_{path,uri}`` instead.

Fixed
~~~~~
Expand Down Expand Up @@ -188,6 +186,7 @@ Fixed
.. _#45: https://github.com/kiwicom/schemathesis/issues/45
.. _#35: https://github.com/kiwicom/schemathesis/issues/35
.. _#34: https://github.com/kiwicom/schemathesis/issues/34
.. _#30: https://github.com/kiwicom/schemathesis/issues/30
.. _#28: https://github.com/kiwicom/schemathesis/issues/28
.. _#24: https://github.com/kiwicom/schemathesis/issues/24
.. _#21: https://github.com/kiwicom/schemathesis/issues/21
Expand Down

0 comments on commit 682e706

Please sign in to comment.