Fix display of unsorted list in release notes of 5.0 [ci skip]

This commit is contained in:
rbr 2016-07-14 16:56:13 +02:00 committed by GitHub
parent ea31bdd7c8
commit 2f6832e2a2

@ -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