fix formatting of changelog-2.1.md

This commit is contained in:
Tobias Schultze 2012-04-11 09:34:40 +03:00
parent 02e1b81f65
commit 810b2e134c

View File

@ -56,9 +56,9 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
service, defaults to `session.handler.native_file`. service, defaults to `session.handler.native_file`.
* Added `gc_maxlifetime`, `gc_probability`, and `gc_divisor` to session * Added `gc_maxlifetime`, `gc_probability`, and `gc_divisor` to session
configuration. This means session garbage collection has a configuration. This means session garbage collection has a
`gc_probability`/`gc_divisor` chance of being run. The `gc_maxlifetime` means `gc_probability`/`gc_divisor` chance of being run. The `gc_maxlifetime` defines
how long a session can idle for which is separate from cookie lifetime which how long a session can idle for. It is different from cookie lifetime which
defines how long a cookie can be store on the remote client. declares how long a cookie can be stored on the remote client.
### MonologBundle ### MonologBundle
@ -108,7 +108,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
``` ```
* [BC BREAK] Method `equals` was removed from `UserInterface` to its own new * [BC BREAK] Method `equals` was removed from `UserInterface` to its own new
`EquatableInterface`, now user class can implement this interface to override `EquatableInterface`. The user class can now implement this interface to override
the default implementation of users equality test. the default implementation of users equality test.
* added a validator for the user password * added a validator for the user password
@ -152,9 +152,8 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### WebProfilerBundle ### WebProfilerBundle
[BC BREAK] You must clear old profiles after upgrading to 2.1 (don't forget to * [BC BREAK] You must clear old profiles after upgrading to 2.1 (don't forget to
remove the table if you are using a DB) remove the table if you are using a DB)
* added support for the request method * added support for the request method
* added a routing panel * added a routing panel
* added a timeline panel * added a timeline panel