MINOR Formatting code text properly in changelog

This commit is contained in:
Sean Harvey 2012-04-14 20:35:35 +12:00
parent 8949dfa691
commit b2d602f275

View File

@ -23,8 +23,8 @@ Existing code bases can retain `sapphire` as the framework directory name, and a
transitions if you want to rename the framework directory.
In your templates, `$ModulePath(framework)` gives whatever directory the SilverStripe framework resides in.
It takes the value from the FRAMEWORK_DIR constant, which is automatically worked out based on where the
framework directory is, but can be set manually by defining FRAMEWORK_DIR in your _ss_environment.php file.
It takes the value from the `FRAMEWORK_DIR` constant, which is automatically worked out based on where the
framework directory is, but can be set manually by defining `FRAMEWORK_DIR` in your `_ss_environment.php` file.
### New ORM: More flexible and expressive querying via `DataList` ###