Skip to content

Commit a4946e6

Browse files
committed
Update CHANGELOG for #398 [ci skip]
1 parent 28da9da commit a4946e6

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.rspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
--format progress
22
--color
3-

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ env:
1010
- DB=postgres
1111
- DB=sqlite
1212

13+
sudo: false
14+
1315
before_script:
1416
- sh -c "if [ \"$DB\" = 'mysql' ]; then mysql -e 'create database paper_trail_test;'; fi"
1517
- sh -c "if [ \"$DB\" = 'mysql' ]; then mysql -e 'create database paper_trail_bar; '; fi"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 3.1.0 (Unreleased)
22

3+
- [#398](https://github.com/airblade/paper_trail/pull/398) - Only require the `RSpec` helper if `RSpec::Core` is required.
34
- [#394](https://github.com/airblade/paper_trail/pull/394) - Add RSpec matcher `have_a_version_with` for easier testing.
45

56
## 3.0.3

0 commit comments

Comments
 (0)