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

3.5.x bugfix release (patch)

### 3.5.1

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

#### Bug

 - [12098: Address deprecations from doctrine/dbal](https://github.com/doctrine/orm/pull/12098) thanks to @greg0ire
 - [12088: Quote parts of the table name](https://github.com/doctrine/orm/pull/12088) thanks to @greg0ire
 - [12063: Proxy class with BackedEnum as primary key does not convert the enum](https://github.com/doctrine/orm/pull/12063) thanks to @wmouwen
 - [12062: Fix unhandled ParameterType case for binary PKs](https://github.com/doctrine/orm/pull/12062) thanks to @janedbal

#### Test Suite

 - [12094: Remove if statement](https://github.com/doctrine/orm/pull/12094) thanks to @greg0ire

#### Deprecation

 - [12083: Deprecate ClassMetadata::$reflFields](https://github.com/doctrine/orm/pull/12083) thanks to @greg0ire

#### Documentation

 - [12075: :book: Actualize code block to be compatible with DBAL v4, use modern PHP](https://github.com/doctrine/orm/pull/12075) thanks to @andrew-demb
 - [12056: Remove branchName from unmaintained branch](https://github.com/doctrine/orm/pull/12056) thanks to @greg0ire

#### Static Analysis

 - [12072: Update baseline because of doctrine/dbal 4.3.0](https://github.com/doctrine/orm/pull/12072) thanks to @greg0ire