Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 681 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 681 Bytes

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.

0.1.1 - 2017-12-06

Fixed

  • Handling of DateTimeInterface value byDateTimeUtcImmutableType::convertToPHPValue().

    This bug relates to DB diver which automatically converts database value to the instance of DateTimeInterface.

    • Previously error could occur for input value of type DateTime.
    • Time zone offset could be invalid on some cases.

0.1.0 - 2017-09-17

Added

  • DateTimeUtcImmutableType.