From 1f37e546965a06c460f6656daedd17f453395323 Mon Sep 17 00:00:00 2001 From: Risto Kekovic Date: Mon, 30 May 2022 12:20:32 +0200 Subject: [PATCH] Release version 3.3.9 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98620837..dcb40c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## Unreleased changes +## [3.3.9](https://github.com/packlink-dev/ecommerce_module_core/compare/v3.3.8...v3.3.9) - 2022-05-30 ### Added -- Added __serialize() and __unserialize() methods to Serializable interface in order to add compatibility with PHP8.1. -- Implemented __serialize() and __unserialize() methods in all classes that implement Serializable interface. +- Added `__serialize` and `__unserialize` methods to `Serializable` interface in order to add compatibility with PHP8.1. +- Implemented `__serialize` and `__unserialize` methods in all classes that implement `Serializable` interface. ## [3.3.8](https://github.com/packlink-dev/ecommerce_module_core/compare/v3.3.7...v3.3.8) - 2022-05-09 ### Added