10000 merged branch richardmiller/fixing_typos_in_changelog (PR #3885) · Exercise/symfony@1db7ba4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1db7ba4

Browse files
committed
merged branch richardmiller/fixing_typos_in_changelog (PR symfony#3885)
Commits ------- 3686799 A few changes from proofreading CHANGELOG-2.1md Discussion ---------- A few changes from proofreading CHANGELOG-2.1md
2 parents 7657a44 + 3686799 commit 1db7ba4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG-2.1.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
CHANGELOG for 2.1.x
1+
CHANGELOG for 2.1.x
22
===================
33

4-
This changelog references the relevant changes (bug and security fixes) done
4+
This changelog references the relevant changes (bug and security fixes) made
55
in 2.1 minor versions.
66

77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
@@ -72,7 +72,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
7272
by the end-user (you need to remove the 'factories' keys in your security
7373
configuration).
7474

75-
* [BC BREAK] The Firewall listener is now registered after the Router one. It
75+
* [BC BREAK] The Firewall listener is now registered after the Router one. This
7676
means that specific Firewall URLs (like /login_check and /logout must now
7777
have proper route defined in your routing configuration)
7878

@@ -193,7 +193,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
193193

194194
### DomCrawler
195195

196-
* refactor the Form class internals to support multi-dimensional fields (the public API is backward compatible)
196+
* refactored the Form class internals to support multi-dimensional fields (the public API is backward compatible)
197197
* added a way to get parsing errors for Crawler::addHtmlContent() and Crawler::addXmlContent() via libxml functions
198198
* added support for submitting a form without a submit button
199199

@@ -301,7 +301,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
301301
`ArraySessionStorage`, and replaced with `MockArraySessionStorage` for unit
302302
tests; removed `FilesystemSessionStorage`, and replaced with`MockFileSessionStorage`
303303
for functional tests. These do not interact with global session ini
304-
configuration values, session functions or `$_SESSION` supreglobal. This means
304+
configuration values, session functions or `$_SESSION` superglobal. This means
305305
they can be configured directly allowing multiple instances to work without
306306
conflicting in the same PHP process.
307307
* [BC BREAK] Removed the `close()` method from the `Session` class, as this is
@@ -311,7 +311,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
311311
which returns a `FlashBagInterface`.
312312
* `Session->clear()` now only clears session attributes as before it cleared
313313
flash messages and attributes. `Session->getFlashBag()->all()` clears flashes now.
314-
* Session data is now managed by `SessionBagInterface` which to better encapsulate
314+
* Session data is now managed by `SessionBagInterface` to better encapsulate
315315
session data.
316316
* Refactored session attribute and flash messages system to their own
317317
`SessionBagInterface` implementations.
@@ -326,7 +326,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
326326
namespace session attributes.
327327
* Flash API can stores messages in an array so there may be multiple messages
328328
per flash type. The old `Session` class API remains without BC break as it
329-
will single messages as before.
329+
will allow single messages as before.
330330
* Added basic session meta-data to the session to record session create time,
331331
last updated time, and the lifetime of the session cookie that was provided
332332
to the client.

0 commit comments

Comments
 (0)
0