Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

20 lines (18 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

  • Changed packagist name to friendsofsymfony1/doctrine1
  • Updated changelog to comply to Keep a Changelog specification

Deprecated

Removed

  • Remove support for PHP 5.2

Fixed

  • Cannot declare self-referencing constant 'Doctrine_Query::STATE_CLEAN' PR-71
  • Fix PHP 7.3 backward incompatible with continue statements PR-67
  • Remove create_function call as it is deprecated in 7.3 PR-65
  • Fix array to string conversion in Validator.php by @endelwar PR-31

Security