Skip to content

Commit

Permalink
Preparing release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Dec 2, 2014
1 parent 7a27c4a commit b95e203
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
CHANGELOG for 1.4.2
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.4.2 versions.
* 1.4.2 (2014-12-02)
* List of improvements and fixed bugs
<ul><li>Implemented form type guessers for custom fields of existing entities</li>
<li>Magento import: Fixed failed queries with empty contact phone</li>
<li>Magento import: Removed sensitive data displayed in API request logs</li>
<li>Magento import: Fixed duplicated jobs on two way Magento sync</li>
<li>Magento import: Fixed incorrect implementation Customer TAX/VAT Number</li>
<li>Magento import: Fixed lost address types after magento customer update</li>
<li>Zendesk: Detached entities issue after Entity Manager fail</li></ul>

CHANGELOG for 1.4.1
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.4.1 versions.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require": {
"php": ">=5.4.9",
"oro/platform": "1.4.x-dev"
"oro/platform": "1.4.*"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit b95e203

Please sign in to comment.