Skip to content

Commit

Permalink
ACB-10: Add BC Breaks to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Carcel committed Oct 9, 2015
1 parent 47881c9 commit 2a6d4a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# 1.0 (2015-10-09)
# 1.0.0 (2015-10-09)
## New feature
- Compatible with Akeneo 1.4

## BC Breaks
- All occurrences of addCategory have been replaced by classify, including AddCategory and add_category
- The setCategory functionality has been replaced by the new unclassify rule
- Change services prefix from "pimee_automatic_classification" to "pimee_classification_rule"

## BC Breaks relative to Akeneo 1.4
- Use "Akeneo\Component\Classification\Repository\CategoryRepositoryInterface" instead of "Pim\Bundle\CatalogBundle\Repository\CategoryRepositoryInterface"
- Use "Pim\Component\Catalog\Updater\ProductTemplateUpdaterInterface" instead of "Pim\Bundle\CatalogBundle\Updater\ProductTemplateUpdaterInterface"
- Use "Akeneo\Component\StorageUtils\Updater\PropertyCopierInterface" and "Akeneo\Component\StorageUtils\Updater\PropertySetterInterface" instead of "Pim\Bundle\CatalogBundle\Updater\ProductUpdaterInterface"

# 0.1 (2015-07-22)
- Initial release

0 comments on commit 2a6d4a4

Please sign in to comment.