Update README: document breaking change in client.zone().record() renaming to client.zone().getRecord()

This commit is contained in:
2026-03-08 18:04:07 +01:00
parent 092412cf92
commit aaae19f783
+2
View File
@@ -50,6 +50,8 @@ The dependency is:
## Changelog
- 0.4.0-SNAPSHOT:
- **Breaking Change**: renamed `client.zone().record()` to `client.zone().getRecord()`
- 0.3.0:
- **Breaking Change**:
- **New Fluent API**: Changed the initialization of the client(`new CfDnsClientBuilder().withApiTokenAuth("your-api-token").build()`)