Skip to content

Commit

Permalink
MAGETWO-49336: Publication of breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-team authored and dshevtsov committed Oct 14, 2019
1 parent 42ce933 commit aa6121a
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _includes/backward-incompatible-changes/commerce/2.2.9-2.2.10.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

<h3 id="2.2.9-2.2.10-class">Class changes</h3>
<table><tbody>
<tr>
<th>What changed</th>
<th>How it changed</th>
</tr>
</tbody></table>

<h3 id="2.2.9-2.2.10-class-api-membership">Class API membership changes</h3>
<table><tbody>
<tr>
<th>What changed</th>
<th>How it changed</th>
</tr>
<tr>
<td>Magento\CustomerCustomAttributes\Block\Adminhtml\Customer\ValidationMessages</td>
<td>Class was added.</td>
</tr>
<tr>
<td>Magento\Banner\Model\Banner</td>
<td>Class was added.</td>
</tr>
</tbody></table>
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@

<h3 id="2.2.9-2.2.10-class">Class changes</h3>
<table><tbody>
<tr>
<th>What changed</th>
<th>How it changed</th>
</tr>
<tr>
<td>Magento\Tax\Block\Adminhtml\Rate\Form::_construct</td>
<td>[protected] Method return typing changed.</td>
</tr>
<tr>
<td>Magento\Sales\Block\Adminhtml\Items\Column\Name::truncateString</td>
<td>[public] Method parameter typing removed.</td>
</tr>
<tr>
<td>Magento\Review\Block\Customer\View::_toHtml</td>
<td>[protected] Method return typing changed.</td>
</tr>
<tr>
<td>Magento\Eav\Model\Entity\Attribute\Source\Store::getAllOptions</td>
<td>[public] Method return typing changed.</td>
</tr>
<tr>
<td>Magento\Directory\Model\Config\Source\Country\Full::toOptionArray</td>
<td>[public] Method return typing changed.</td>
</tr>
<tr>
<td>Magento\Config\Console\Command\ConfigSetCommand::execute</td>
<td>[protected] Method return typing changed.</td>
</tr>
<tr>
<td>Magento\Reports\Block\Adminhtml\Grid::__construct</td>
<td>[public] Method has been added.</td>
</tr>
<tr>
<td>Magento\Eav\Model\ResourceModel\Entity\Attribute::_beforeDelete</td>
<td>[protected] Method has been added.</td>
</tr>
<tr>
<td>Magento\Eav\Model\Entity\Attribute\Source\Store::getAllOptions</td>
<td>[public] Added optional parameter(s).</td>
</tr>
<tr>
<td>Magento\Directory\Model\ResourceModel\Country::__construct</td>
<td>[public] Method has been added.</td>
</tr>
<tr>
<td>Magento\Directory\Model\Config\Source\Country\Full::toOptionArray</td>
<td>[public] Added optional parameter(s).</td>
</tr>
</tbody></table>

<h3 id="2.2.9-2.2.10-interface">Interface changes</h3>
<table><tbody>
<tr>
<th>What changed</th>
<th>How it changed</th>
</tr>
<tr>
<td>Magento\Vault\Api\PaymentTokenManagementInterface::getListByCustomerId</td>
<td>[public] Method return typing changed.</td>
</tr>
<tr>
<td>Magento\Sales\Api\CreditmemoCommentRepositoryInterface::getList</td>
<td>[public] Method return typing changed.</td>
</tr>
<tr>
<td>Magento\Sales\Api\CreditmemoManagementInterface::getCommentsList</td>
<td>[public] Method return typing changed.</td>
</tr>
<tr>
<td>Magento\Sales\Api\OrderManagementInterface::getCommentsList</td>
<td>[public] Method return typing changed.</td>
</tr>
<tr>
<td>Magento\Sales\Api\OrderStatusHistoryRepositoryInterface::getList</td>
<td>[public] Method return typing changed.</td>
</tr>
<tr>
<td>Magento\Sales\Api\Data\CreditmemoInterface::getComments</td>
<td>[public] Method return typing changed.</td>
</tr>
</tbody></table>

0 comments on commit aa6121a

Please sign in to comment.