From afd708e4429619e17c58ccb661304f2241a4d460 Mon Sep 17 00:00:00 2001 From: xanido Date: Sun, 11 Mar 2012 17:52:02 +1100 Subject: [PATCH] Add missing backtick to CHANGELOG-2.1 --- CHANGELOG-2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 9fc64c535a..5214648ee2 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -263,7 +263,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c after one page page load. Messages must be retrived by `get()` or `all()`. * [BC BREAK] Removed the `close()` method from the Session class * Deprecated the following methods from the Session class: `setFlash()`, `setFlashes()` - `getFlash()`, `hasFlash()`, and `removeFlash()`. Use `getFlashBag() instead which returns a `FlashBagInterface`. + `getFlash()`, `hasFlash()`, and `removeFlash()`. Use `getFlashBag()` instead which returns a `FlashBagInterface`. * `Session->clear()` now only clears session attributes as before it cleared flash messages and attributes. `Session->getFlashBag()->all()` clears flashes now. * Added `Symfony\Component\HttpFoundation\Session\Storage\AbstractSessionStorage` base class for