You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@
4
4
5
5
### bug fix
6
6
7
+
## 2.2.0 (February 13, 2018)
8
+
9
+
### enhancements
10
+
11
+
* Add integration with active_interaction. (by [@runephilosof](https://github.com/runephilosof))
12
+
* Allow using `plugin :enumerize` with Sequel. (by [@jnylen](https://github.com/jnylen))
13
+
* Support ActiveModel::Attributes from Rails 5.2. (by [@troter](https://github.com/troter))
14
+
* Support Sequel 5.2.0. (by [@troter](https://github.com/troter))
15
+
16
+
### bug fix
17
+
7
18
* Fix RailsAdmin integration when enumerated field used on edit form and enumerated value wasn't set. (by [@nashby](https://github.com/nashby))
8
19
* Fallback to a raw passed value instead of nil if AR type can't find value in the attribute. (by [@nashby](https://github.com/nashby))
0 commit comments