Skip to content

Commit 5ff0a67

Browse files
Merge branch '3.3' into 3.4
* 3.3: (33 commits) Preserve HttpOnly value when deserializing a header [DX] [TwigBundle] Enhance the new exception page design Fix deprecated message [DI][Security] Prevent unwanted deprecation notices when using Expression Languages bumped Symfony version to 3.3.5 updated VERSION for 3.3.4 updated CHANGELOG for 3.3.4 [VarDumper] Reduce size of serialized Data objects bumped Symfony version to 3.2.12 updated VERSION for 3.2.11 updated CHANGELOG for 3.2.11 fixed bad merge Fix indent of methods [Cache] Handle APCu failures gracefully [DoctrineBridge] Use normalizedIds for resetting entity manager services [FrameworkBundle] Do not remove files from assets dir [FrameworkBundle] 3.3: Don't get() private services from debug:router bumped Symfony version to 3.3.4 updated VERSION for 3.3.3 updated CHANGELOG for 3.3.3 ...
2 parents 721e0ce + 04089ea commit 5ff0a67

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Adapter/RenameEntryInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Symfony\Component\Ldap\Entry;
66

77
/**
8-
* @deprecated This interface will be deprecated in 4.0, and merged with `EntryManagerInterface`
9-
*
108
* @author Kevin Schuurmans <[email protected]>
9+
*
10+
* @deprecated since version 3.3, will be merged with {@link EntryManagerInterface} in 4.0.
1111
*/
1212
interface RenameEntryInterface
1313
{

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
3.3.0
5+
-----
6+
7+
* The `RenameEntryInterface` inferface is deprecated, and will be merged with `EntryManagerInterface` in 4.0.
8+
49
3.1.0
510
-----
611

0 commit comments

Comments
 (0)