From ba6c1a91e8aed11cb117c31f7eeb1ed08fcbfdcf Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 4 Jul 2018 23:45:51 +0300 Subject: [PATCH] Roadmap updates [skip ci] --- ROADMAP.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index a68f6c6..edc566d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -59,7 +59,7 @@ We can tag additional releases in case someone will take the role of release man - [ ] Declare an interface for DI container in `yiisoft/yii2`. Make it an extension of PSR if possible. - [ ] Port cycles in dependencies detection from `yiisoft/di`. - [ ] Port method calls support from `yiisoft/di`. -- [ ] Remove ability to set constructor options from method signatures, move it to `__construct`. +- [ ] Deprecate ability to set constructor options from method signatures, move it to `__construct`. ## Client side @@ -77,8 +77,7 @@ We can tag additional releases in case someone will take the role of release man - [x] Move MSSQL into extension: https://github.com/yiisoft/yii2-mssql - [x] Move Oracle into extension: https://github.com/yiisoft/yii2-oracle -- [ ] Implement upsert. -- [ ] Implement batch w/ ignore. +- [x] Implement upsert ([was done in 2.0](https://github.com/yiisoft/yii2/issues/13879)) ## Logging