Skip to content

Commit 1e1cecc

Browse files
authored
updated the changelog (#28)
1 parent efcdcee commit 1e1cecc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
1.1.0
2+
- Minor typing updates
3+
4+
Backwards Incompatible Changes::
5+
6+
- expired letsencrypt certs are now in a /deprecated subdirectory; payloads reflect this
27
- CERT_CA_PAYLOAD, used by CERT_CAS_DATA["compatability"]
38
was: Dict[str, str] (name: version)
49
now: Dict[str, Tuple[str, Optional[str], Optional[str]]] (name: min, max, note)
@@ -12,8 +17,6 @@
1217
* the compatability matrix does not account for a max_version, which can happen if a cert is removed from a trust store
1318
* deprecated certs are maintained for research and historical purposes
1419

15-
16-
1720
1.0.6
1821
* the following functions now accept kwarg `ipv6_require_compressed`, a bool.
1922
if True (default False), ipv6 values must be compressed.

0 commit comments

Comments
 (0)