Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 924 Bytes

CHANGELOG.md

File metadata and controls

42 lines (29 loc) · 924 Bytes

Changelog

0.4.1 (unreleased)

  • Nothing changed yet.

0.4.0 (2023-05-04)

0.3.1 (2018-04-21)

  • Add custom untested changes. The goal is to merge them upstream in chunks.

    • Add ignore-methods option
    • Add title-replace option
    • Add exec directive
  • Add docstring-replace option to cornice-autodoc directive. You can use the new option like this:

    .. cornice-autodoc::
      :modules: myapp.api
      :service: ping
      :docstring-replace: {
          "Foo Bar": "John Smith",
          "http://localhost:8080": "https://myapp.com"
        }
    

    This will replace "Foo Bar" with "John Smith" and "http://localhost:8080" with "https://myapp.com" from the docstring.

  • Start using CHANGELOG.md