From 0dfe55d92a8378609f60887f8552da4dcc2f629d Mon Sep 17 00:00:00 2001 From: Benoit Maziere Date: Wed, 12 Jun 2019 12:48:29 +0200 Subject: [PATCH] chore(changelog): prepare changelog of v0.1.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a68463f..830b1b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ CHANGELOG master ------ +* here the next change + +v0.1.0 +------ + * Enable strict typing * Add coveralls and badges * Uprgade phpstan & phpstan-phpunit to ^0.11 * Move phpstan-phpunit to dev dependencies * Improve detection of QueryBuilder methods * Improve detection of ObjectRepository magic methods + +v0.0.1 +------