Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1004 Bytes

CHANGELOG.md

File metadata and controls

56 lines (36 loc) · 1004 Bytes

Changelog

All notable changes to Immutable Collections for PHP will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

NEXT - YYYY-MM-DD

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

2.0.0 - 2019-03-10

Added

  • PHP 7.2
  • PHP Unit 8

Deprecated

  • PHP 7.1

1.1.2 - 2019-03-10

Fixed

  • Change in_array to \in_array

1.1.1 - 2019-01-27

Added

  • Tests namespace to the autoload_dev

Removed

  • Tests namespaces from the autoload

1.1.0 - 2019-01-27

Added

  • declared strict types in all PHP files.

1.0.0 - 2019-01-26 [Initial Release]

Added