From 2f6832e2a2d8d9df0a126035903834d70f2b001a Mon Sep 17 00:00:00 2001 From: rbr Date: Thu, 14 Jul 2016 16:56:13 +0200 Subject: Fix display of unsorted list in release notes of 5.0 [ci skip] --- guides/source/5_0_release_notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guides/source/5_0_release_notes.md') 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 -- cgit v1.2.3