Skip to content

Commit

Permalink
MINOR Formatting code text properly in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
halkyon committed Apr 14, 2012
1 parent 8949dfa commit b2d602f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/changelogs/3.0.0.md
Expand Up @@ -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` ###

Expand Down

0 comments on commit b2d602f

Please sign in to comment.