Skip to content

Commit 769f88d

Browse files
committed
Add a quick CHANGELOG.
We'll try to maintain this going forward. Closes: #26
1 parent f81a211 commit 769f88d

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/changes.rst

docs/changes.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
=========
2+
Changelog
3+
=========
4+
5+
v0.24.4
6+
-------
7+
8+
* Fix handling of IDs with empty fragments (which are equivalent to URIs with no fragment)
9+
10+
v0.24.3
11+
-------
12+
13+
* Further intro documentation
14+
15+
v0.24.2
16+
-------
17+
18+
* Fix handling of ``additionalProperties`` with boolean value on Draft 4 (where the boolean isn't a schema, it's a special allowed value)
19+
20+
v0.24.1
21+
-------
22+
23+
* Add a bit of intro documentation
24+
25+
v0.24.0
26+
-------
27+
28+
* ``pyrsistent`` was replaced with ``rpds.py`` (Python bindings to the Rust rpds crate), which seems to be quite a bit faster.
29+
No user-facing changes really should be expected here.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ Contents
1212
external-retrieval
1313
schema-packages
1414
api
15+
changes

docs/spelling_wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
amongst
22
autodetecting
3+
boolean
4+
changelog
35
deduplication
46
deserialized
57
discoverability

0 commit comments

Comments
 (0)