Skip to content

Commit

Permalink
Merge pull request #716 from wagnert/1.0
Browse files Browse the repository at this point in the history
Add bugfix to CHANGELOG.md
  • Loading branch information
wagnert committed Mar 30, 2015
2 parents b8bed4e + 4c2451a commit 479cd2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Bugfixes

* Fixed [#701](https://github.com/appserver-io/appserver/issues/701) - composer.phar is missing in Mac OS X/Linux build
* Fixed [#682](https://github.com/appserver-io/appserver/issues/682) - Invalid output handling for fatal errors in Servlet-Engine
* Fixed [#680](https://github.com/appserver-io/appserver/issues/680) - Multiple advices by different pointcuts are eliminating each other

Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-1.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Upgrade from 1.0.2 to 1.0.3

Updating from 1.0.2 to 1.0.3 doesn't have any impacts. For updates from [1.0.0](UPGRADE-1.0.1.md) or [1.0.1](UPGRADE-1.0.2.md) to 1.0.3 please read the apropriate UPGRADE-1.x.x files.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
"AppserverIo\\Appserver\\Meta\\Composer\\Script\\Setup::postInstall"
]
}
}
}

0 comments on commit 479cd2d

Please sign in to comment.