Skip to content

Commit 3335b4a

Browse files
committed
Modify changelog with descriptions of fixes.
composer.json authors.
1 parent c4824c6 commit 3335b4a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
- Fixed error when redeploying with no modules, using PHP 5.3.
77
- Fixed the Patcher throwing an exception if `app/Mage.php` was missing,
88
even when `with-bootstrap-patch` was set to `false`.
9+
- Add sourceReference support for installed.json, fixes issues with updates for dev-master type repositories
10+
where version is not a good indication of updates.
11+
- Remove exception for `InstalledPackageFileSystemRepository::add()` method,
12+
the function is used for both updates and new installs.
913

1014
## [3.0.3] - 2015-06-02
1115
- Added a change log file

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
{
3737
"name":"Vinai Kopp",
3838
"email":"vinai@netzarbeiter.com"
39+
},
40+
{
41+
"name":"Dan Stefan Oprean",
42+
"email":"dan@designxenon.com"
3943
}
4044
],
4145
"require":{

0 commit comments

Comments
 (0)