forked from rails-engine/audit-log
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
43 lines (28 loc) · 767 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
1.1.0
-----
- Requirement Rails >= 5.2.
- Fix audit_logs primary key for use `bigint` column type.
- Fix migration for use `bigint` column type.
1.0.0
-----
- Use custom debug log for instead of the SQL log, for avoid output too much line of logs.
0.3.2
-----
- Fix assets.precompile config.
0.3.1
-----
* Fix `audit!` method to use `request.remote_ip` to instead of `request.ip` for get real ip.
0.3.0
-----
- Fix `action_options` for translations load.
0.2.0
-----
- Fix `audit!` for avoid create a new record, when assign argument have a new record model instance.
- Add `AuditLog.action_options` for get select options.
- Generate `config/locales/audit-log.yml` for write I18n.
0.1.1
-----
- Fix for Rails 5.0 support.
0.1.0
-----
- First release.