Skip to content

Minor tweaks after merging #3644 by @stof and @xabbuh #3726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 31, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions contributing/community/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with a development period, followed by a maintenance period.
Development
-----------

The first six-month period is divided into two phases:
The full development period lasts six months and is divided into two phases:

* *Development*: *Four months* to add new features and to enhance existing
ones;
Expand Down Expand Up @@ -126,11 +126,12 @@ This results in very predictable dates and maintenance periods:
Backward Compatibility
----------------------

Our `Backwards Compatibility Promise`_ is very strict and allows developers to
upgrade with confidence from one minor version of Symfony to the next one.
Our :doc:`Backwards Compatibility Promise </contributing/code/bc>` is very
strict and allows developers to upgrade with confidence from one minor version
of Symfony to the next one.

Whenever keeping backward compatibility is not possible, the feature, the
enhancement, or the bug fix will be scheduled for the next major version.
enhancement or the bug fix will be scheduled for the next major version.

.. note::

Expand Down