### Release Notes for [3.6.1](https://github.com/doctrine/orm/milestone/202)

3.6.x bugfix release (patch)

### 3.6.1

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

#### Bug

 - [12335: Avoid lazy object initialization when initializing read-only property](https://github.com/doctrine/orm/pull/12335) thanks to @greg0ire
 - [12275: FIX: Handle int-backed enums for values stored as string values in MySQL ENUM columns](https://github.com/doctrine/orm/pull/12275) thanks to @TheBreaken

#### Documentation

 - [12329: Fix result cache examples in docs](https://github.com/doctrine/orm/pull/12329) thanks to @HypeMC
 - [12328: Fix docs regarding query hints](https://github.com/doctrine/orm/pull/12328) thanks to @HypeMC
 - [12060: Update doc `dql-custom-walkers.rst` with an output walker to interpolate parameters into SQL](https://github.com/doctrine/orm/pull/12060) thanks to @n0099