From 009db01ab93fbb2da21d26f1d0541362cec02737 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Mon, 3 Dec 2018 11:37:51 +0200 Subject: [PATCH] Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee5fd1cb9..419550323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## mm/dd/2018 1. [](#new) + * Updated Symfony Components to 4.2 * Added `select()` and `unselect()` methods to `CollectionInterface` and its base classes * Added `orderBy()` and `limit()` methods to `ObjectCollectionInterface` and its base classes * Added `user-data://` which is a writable stream (`user://data` is not and should be avoided)