Skip to content

Commit deba4cf

Browse files
committed
Add CHANGES.rst entry for Cloudflare LOC record type fix
Reference #2175 under the 3.9.2 DNS section.
1 parent 7afe141 commit deba4cf

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ Storage
4444
(GITHUB-1698)
4545
[Sanjay Santhanam - @Sanjays2402]
4646

47+
DNS
48+
~~~~
49+
50+
- [Cloudflare] Fix ``list_record_types`` advertising the unsupported ``URL``
51+
record type instead of ``LOC``. The ``RECORD_TYPE_MAP`` entry was keyed on
52+
``RecordType.URL`` while its value was ``"LOC"``; the key is now
53+
``RecordType.LOC`` so Cloudflare's supported ``LOC`` record type is reported
54+
and the unsupported ``URL`` type is not.
55+
(#2175)
56+
[Uttam Limbani - @uttam12331]
57+
4758
Changes in Apache Libcloud 3.9.1
4859
--------------------------------
4960

0 commit comments

Comments
 (0)