1
1
# Changelog
2
2
3
+ ## [ 0.7.2] ( https://github.com/tfpf/pysorteddict/compare/v0.7.1...v0.7.2 )
4
+
5
+ <ul class =" change-fix " >
6
+ <li ><a href =" https://github.com/tfpf/pysorteddict/pull/141 " >#141</a > Add changelog link to project metadata.</li >
7
+ </ul >
8
+
3
9
## [ 0.7.1] ( https://github.com/tfpf/pysorteddict/compare/v0.7.0...v0.7.1 )
4
10
5
11
<ul class =" change-fix " >
24
30
reflect that importing the type failed.</li >
25
31
<li ><a href =" https://github.com/tfpf/pysorteddict/pull/118 " >#118</a > Update <code >SortedDict.__contains__</code > to
26
32
raise the same errors <code >SortedDict.__ getitem__ </code > raises (excluding <code >KeyError</code >) instead of
27
- silently returning <code >False</code >. (This is consistent with the behaviour of <code >dict.__ contains__ </code >,
28
- which raises <code >TypeError</code > for unhashable types.)</li >
33
+ silently returning <code >False</code >.</li >
29
34
</ul >
30
35
31
36
## [ 0.5.3] ( https://github.com/tfpf/pysorteddict/compare/v0.5.2...v0.5.3 )
@@ -57,7 +62,7 @@ No user-facing changes of note.
57
62
58
63
<ul class =" change-fix " >
59
64
<li ><a href =" https://github.com/tfpf/pysorteddict/commit/8c145e38eb98d623a640521ec996d49cc1af90fd " >8c145e38eb98</a >
60
- Add GitHub links to project metadata.</li >
65
+ Add GitHub and homepage links to project metadata.</li >
61
66
</ul >
62
67
63
68
## [ 0.4.6] ( https://github.com/tfpf/pysorteddict/compare/v0.4.5...v0.4.6 )
@@ -68,7 +73,8 @@ No user-facing changes of note.
68
73
69
74
<ul class =" change-fix " >
70
75
<li ><a href =" https://github.com/tfpf/pysorteddict/pull/95 " >#95</a > Change the type of the error raised when the key
71
- type is not set from <code >ValueError</code > to <code >RuntimeError</code >.</li >
76
+ type is not set from <code >ValueError</code > to <code >RuntimeError</code >. Add documentation link to project
77
+ metadata.</li >
72
78
</ul >
73
79
74
80
## [ 0.4.4] ( https://github.com/tfpf/pysorteddict/compare/v0.4.3...v0.4.4 )
@@ -141,7 +147,7 @@ No user-facing changes of note.
141
147
<ul class =" change-fix " >
142
148
<li ><a href =" https://github.com/tfpf/pysorteddict/pull/22 " >#22</a > Change the type of the error raised when the
143
149
constructor argument is an unsupported type from <code >ValueError</code > to <code >TypeError</code >. Prohibit
144
- subclasses of supported key types. Update <code >SortedDict.__ str__ </code > and <code >SortedDict.items</code > to detect
150
+ subclasses of supported key types. Update <code >SortedDict.__ str__ </code > and <code >SortedDict.items</code > to raise
145
151
allocation errors.</li >
146
152
</ul >
147
153
0 commit comments