Skip to content

Commit 77cd6be

Browse files
committed
docs: tweaking CHANGELOG
1 parent 608accf commit 77cd6be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ The two most significant news in v3.2 are **relatively well-tested support for s
2323

2424
### Changed
2525

26-
* SEQUENCE property assumed to default to 0 when absent (RFC 5546 §2.1.4). `save()` then inserts `SEQUENCE:1` when doing a `save()`.
26+
* **httpx deprecation** - earlier, in async mode, if httpx was installed it would be used (while niquests is listed in the requirements). This have been reversed - now httpx will be used if it's installed while niquest isn't installed. httpx seems like a dead end, destroyed by drama and intrigues, and now even flagged as a supply chain risk on Reddit. See https://github.com/python-caldav/caldav/issues/611#issuecomment-4278875543
27+
* **SEQUENCE property assumed to default to 0** when absent (RFC 5546 §2.1.4). `save()` then inserts `SEQUENCE:1` unless the `increase_seqno` attribute is set to False.
2728

2829
### Fixed
2930

0 commit comments

Comments
 (0)