Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
Badcow-DNS
Commits
53d5c643
Commit
53d5c643
authored
Dec 15, 2018
by
Samuel Williams
Browse files
Added Changelog.
parent
0cbbfcda
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG-2.x.md
0 → 100644
View file @
53d5c643
CHANGELOG for 2.x
=================
*
Removed
`Rdata\FormattableInterface`
, all aligned formatting is handled by
`AlignedBuilder`
.
*
Removed
`ZoneInterface`
,
`ResourceRecordInterface`
, and
`ZoneBuilderInterface`
.
*
`AlignedBuilder::build()`
and
`ZoneBuilder::build()`
are static methods, no need to instantiate the builder.
*
All methods now type-hint the return value.
*
`Zone`
implements
`IteratorAggregate`
and
`Countable`
so you can loop over
`ResourceRecords`
using
`foreach ($zone as $rr){}`
.
*
`Zone::expand()`
method has been moved to
`ZoneBuilder`
and renamed as
`ZoneBuilder::fillOutZone()`
.
*
Methods in
`Validator`
have been renamed to better reflect what they are validating.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment