From 9c0a4afe26f00f2b7a30030d7585b864a9734208 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 13 Feb 2022 19:46:26 +0100 Subject: [PATCH] 2.11.0 (#574) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8930d51b..f796491a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.11.0](https://github.com/sonata-project/exporter/compare/2.10.1...2.11.0) - 2022-02-13 +### Changed +- [[#573](https://github.com/sonata-project/exporter/pull/573)] Some typehint from SourceIteratorInterface to \Iterator to allow using this library without deprecation. ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [2.10.1](https://github.com/sonata-project/exporter/compare/2.10.0...2.10.1) - 2022-01-03 ### Fixed - [[#567](https://github.com/sonata-project/exporter/pull/567)] SourceIteratorInterface unresolvable generics ([@VincentLanglet](https://github.com/VincentLanglet))