Skip to content
### Release Notes for [2.20.6](https://github.com/doctrine/orm/milestone/184)

2.20.x bugfix release (patch)

### 2.20.6

- Total issues resolved: **0**
- Total pull requests resolved: **6**
- Total contributors: **4**

#### Documentation

 - [12099: doc: update supported branches on README (2.20.x)](https://github.com/doctrine/orm/pull/12099) thanks to @alexislefebvre

 - [12097: Add 2nd level cache test for insert without post-inserted ID](https://github.com/doctrine/orm/pull/12097) thanks to @mvorisek
 - [11835: fix: calling scheduleForInsert twice](https://github.com/doctrine/orm/pull/11835) thanks to @gseidel

#### Improvement

 - [12087: Improve BasicEntityPersister to be more flexible and cleaner](https://github.com/doctrine/orm/pull/12087) thanks to @mvorisek

#### Bug

 - [12078: Fix embedded classes display in orm:mapping:command output](https://github.com/doctrine/orm/pull/12078) thanks to @stlgaits
 - [11934: Fix JoinedSubclassPersister when multiple entities are inserted](https://github.com/doctrine/orm/pull/11934) thanks to @mvorisek