Closed mdb closed 5 years ago
While this seems reasonable enough, it changes the arity and interface of a publicly-exported function on the client, thus existing client code that calls ZoneUpdate
will fail to compile. Is that OK? A patch-level change usually indicates backward-compatibility. Thoughts?
@rhenning Good eye. Yep, I'm aware of this unfortunate outcome and am comfortable with it, I think. @pauljamescleary and the VinylDNS team have expressed that the major/minor versions stay in sync with those of VinylDNS itself.
fixes issue #33 and simplifies the
ZoneUpdate
method.