aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
diff options
context:
space:
mode:
authorrbr <rbr@users.noreply.github.com>2016-07-14 16:56:13 +0200
committerGitHub <noreply@github.com>2016-07-14 16:56:13 +0200
commit2f6832e2a2d8d9df0a126035903834d70f2b001a (patch)
treeaab82a4c92ff38d22996f39c1ae66c19ebf57c6a /guides/source/5_0_release_notes.md
parentea31bdd7c8b1221d97de2392ac22d9c5fb8657d5 (diff)
downloadrails-2f6832e2a2d8d9df0a126035903834d70f2b001a.tar.gz
rails-2f6832e2a2d8d9df0a126035903834d70f2b001a.tar.bz2
rails-2f6832e2a2d8d9df0a126035903834d70f2b001a.zip
Fix display of unsorted list in release notes of 5.0 [ci skip]
Diffstat (limited to 'guides/source/5_0_release_notes.md')
-rw-r--r--guides/source/5_0_release_notes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 857e82310c..3710247582 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -91,9 +91,9 @@ without having to rely on implementation details or monkey patching.
Some things that you can achieve with this:
-* The type detected by Active Record can be overridden.
-* A default can also be provided.
-* Attributes do not need to be backed by a database column.
+- The type detected by Active Record can be overridden.
+- A default can also be provided.
+- Attributes do not need to be backed by a database column.
```ruby