Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.9.0
Choose a base ref
...
head repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 2, 2022

  1. (Re-)enable more doctests.

    It is way too easy to silently pass these :( -- specifically,
    the doctest directive only works for things with >>> prompts.
    Julian committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    60bb7b4 View commit details
    Browse the repository at this point in the history
  2. Update doc examples to use newer drafts' validators.

    Obviously what was here works fine, but better to show
    the examples with a more recent spec.
    Julian committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ff003c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. v4.9.1 -> CHANGELOG

    Julian committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    f44effc View commit details
    Browse the repository at this point in the history
Loading