Merge pull request #8287 from michalkleiner/pulls/4/update-4.2.0-changelog

Fix backtick in changelog breaking sentence formatting
This commit is contained in:
Robbie Averill 2018-07-26 10:14:58 +12:00 committed by GitHub
commit 8723336b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Please also note the [4.0.0](4.0.0) and [4.1.0](4.1.0) changelogs for a complete
### App folder name
The standard 'mysite' code naming convention has changed. Although existing sites can continue
to use 'mysite/code` to store their base project code, the recommendation and new default is to
to use `mysite/code` to store their base project code, the recommendation and new default is to
store code in `app/src`.
Additionally, we reinforce the recommendation to use psr-4 autoloading in your project to speed up