DOCS Update 4.0.0 changelog to indicate stable release

This commit is contained in:
Daniel Hensby 2017-11-08 12:58:30 +00:00
parent 6d8df46b8a
commit 079fffb0f0
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -1,4 +1,4 @@
# 4.0.0 (unreleased)
# 4.0.0
## Introduction
@ -81,7 +81,6 @@ Backup your existing `composer.json` and overwrite it with the following content
This composer file uses the new [recipe](https://github.com/silverstripe/recipe-plugin) approach
which bundles all core dependencies in a meta package. If you want more granular control over what gets installed,
check the `composer.json` files in [recipe-core](https://github.com/silverstripe/recipe-core) and [recipe-cms](https://github.com/silverstripe/recipe-cms).
Since this is a pre-release, you need to allow composer to install unstable dependencies via `minimum-stability: dev`.
Now run a `composer update`. This will remove all existing modules from your local codebase
since we replaced your project's `composer.json`. Now you can move back your modules