8000 Add missing backtick to CHANGELOG-2.1 · symfony/symfony@afd708e · GitHub
[go: up one dir, main page]

Skip to content

Commit afd708e

Browse files
committed
Add missing backtick to CHANGELOG-2.1
1 parent fb053f6 commit afd708e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG-2.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
263263
after one page page load. Messages must be retrived by `get()` or `all()`.
264264
* [BC BREAK] Removed the `close()` method from the Session class
265265
* Deprecated the following methods from the Session class: `setFlash()`, `setFlashes()`
266-
`getFlash()`, `hasFlash()`, and `removeFlash()`. Use `getFlashBag() instead which returns a `FlashBagInterface`.
266+
`getFlash()`, `hasFlash()`, and `removeFlash()`. Use `getFlashBag()` instead which returns a `FlashBagInterface`.
267267
* `Session->clear()` now only clears session attributes as before it cleared flash messages and
268268
attributes. `Session->getFlashBag()->all()` clears flashes now.
269269
* Added `Symfony\Component\HttpFoundation\Session\Storage\AbstractSessionStorage` base class for

0 commit comments

Comments
 (0)
0