Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 5e34800

Browse files
committed
v1.4.0
1 parent 3019080 commit 5e34800

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

CHANGELOG.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,36 @@
1-
## 1.4.0 - UNRELEASED
1+
# Change Log
2+
3+
## 1.4.0 - 2018-12-28
24

35
* Add Rails 5.2 support
4-
* Fix bug related to incorrect usage of options on the AR#new method
5-
* Use scope_for_create instead of create_scope in Rails 5.2+
6+
* Fix bug related to incorrect usage of options on the `AR#new` method
7+
* Use `scope_for_create` instead of `create_scope` in Rails 5.2+
68
* Fix bug related to protection of `inheritance_column` attribute
79
* Use Appraisal for testing against multple Rails versions
810

9-
## 1.3.0
11+
## 1.3.0 - 2017-05-05
1012

1113
* Add Rails 5.1 support
1214
* Dont require activerecord in non-activerecord environments
1315
* Drop support for Rails 4, it now only support Rails 5
1416

15-
## 1.2.4
16-
17-
* Fixed params type checking with nested attributes
18-
19-
## 1.2.4
17+
## 1.2.4 - 2017-05-05
2018

2119
* Fixed params type checking with nested attributes
2220

23-
## 1.2.3
21+
## 1.2.3 - 2016-09-20
2422

2523
* Fixed ArgumentError with nested attributes
2624

27-
## 1.2.2
25+
## 1.2.2 - 2016-09-20
2826

2927
* Fix for Rails 5
3028

31-
## 1.2.1
29+
## 1.2.1 - 2016-09-20
3230

3331
* Fix for Rails 5
3432

35-
## 1.2.0
33+
## 1.2.0 - 2016-09-20
3634

3735
* Added Rails 5 support, already works just needed the gemspec updated to allow it
3836
* New repo `protected_attributes_continued` because Rails refuses to support Rails 5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ProtectedAttributes
2-
VERSION = "1.3.0"
2+
VERSION = "1.4.0"
33
end

0 commit comments

Comments
 (0)