2
0
mirror of https://github.com/opencultureconsulting/php-basics.git synced 2025-02-23 00:00:24 +01:00

Update changelog

This commit is contained in:
Sebastian Meyer 2024-04-03 22:32:35 +02:00 committed by Sebastian Meyer
parent 22b7ff7990
commit 22a3774dcf

View File

@ -6,6 +6,18 @@ Changelog
.. sidebar:: Table of Contents
.. contents::
v2.1.0
======
**Breaking Changes:**
* :php:namespace:`OCC\Basics\DataStructures\Traits` for datastructures renamed to
:php:trait:`OCC\Basics\DataStructures\Traits\StrictSplDoublyLinkedListTrait`
**New Features:**
* Extended API for :php:class:`OCC\Basics\DataStructures\StrictArray`
v2.0.0
======