Release 2.11.1
- Total issues resolved: 2
- Total pull requests resolved: 8
- Total contributors: 6
Backward compatibility fixes
- 4287: Restore PDOStatement::quote() for backward compatibility thanks to @morozov and @Shahelm
- 4286: Fix BC break: QueryBuilder::andWhere() etc. should ignore empty strings thanks to @BenMorel and @infabo
Bug fixes
Deprecations
- 4291: Deprecate Abstraction\Result thanks to @morozov
Documentation fixes and improvements
- 4296: Increase indent in definition lists thanks to @greg0ire
- 4299: Link to contributing guide thanks to @greg0ire
- 4285: Fix phpdoc on deprecated functions thanks to @qdequippe