Skip to content

Commit d2d0ddf

Browse files
committed
Update changelog
1 parent 824edb6 commit d2d0ddf

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# RailsAdmin Changelog
22

3+
[Full Changelog](https://github.com/sferik/rails_admin/compare/v0.7.0...HEAD)
4+
35
## [Master](https://github.com/sferik/rails_admin/tree/master)
46

57
### Changed
6-
- Replace old jQueryUI datepicker with jQuery Bootstrap datetimepicker ([#2391](https://github.com/sferik/rails_admin/pull/2391))
8+
- Replace old jQueryUI datepicker with jQuery Bootstrap datetimepicker ([#2391](https://github.com/sferik/rails_admin/pull/2391))
9+
- The L10n translation `admin.misc.filter_date_format` datepicker search filters, has been dropped in favor of field oriented configuration ([#2391](https://github.com/sferik/rails_admin/pull/2391))
710

811
## [0.7.0](https://github.com/sferik/rails_admin/tree/v0.7.0) - 2015-08-16
912

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
SimpleCov.start do
1313
add_filter '/spec/'
1414
add_filter '/vendor/bundle/'
15-
minimum_coverage(91.38)
15+
minimum_coverage(91.27)
1616
end
1717

1818
require File.expand_path('../dummy_app/config/environment', __FILE__)

0 commit comments

Comments
 (0)