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
1 changed files with 12 additions and 0 deletions

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
======