diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb76a2..9b5ad85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Changelog * removed `ComposerPlugin`. You need to remove the plugin from your puli.json file, otherwise you'll have an exception. The package names are now set during installation by `PuliPlugin`. + * the generated `PuliFactory` is now added to the class-map autoloader + * the class name of the generated `PuliFactory` is now declared in the + `PULI_FACTORY_CLASS` constant in the autoloader + * the package name defined in composer.json is now copied to puli.json + * moved code to `Puli\ComposerPlugin` namespace * 1.0.0-alpha2 (2014-12-03)