Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dalpo committed Sep 5, 2015
1 parent 824edb6 commit d2d0ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# RailsAdmin Changelog

[Full Changelog](https://github.com/sferik/rails_admin/compare/v0.7.0...HEAD)

## [Master](https://github.com/sferik/rails_admin/tree/master)

### Changed
- Replace old jQueryUI datepicker with jQuery Bootstrap datetimepicker ([#2391](https://github.com/sferik/rails_admin/pull/2391))
- Replace old jQueryUI datepicker with jQuery Bootstrap datetimepicker ([#2391](https://github.com/sferik/rails_admin/pull/2391))
- 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))

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

Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SimpleCov.start do
add_filter '/spec/'
add_filter '/vendor/bundle/'
minimum_coverage(91.38)
minimum_coverage(91.27)
end

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

0 comments on commit d2d0ddf

Please sign in to comment.