Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Dec 31, 2019
1 parent 6e43a1c commit 98ddea1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

## [Unreleased](https://github.com/sferik/rails_admin/tree/HEAD)

[Full Changelog](https://github.com/sferik/rails_admin/compare/v2.0.0...HEAD)
[Full Changelog](https://github.com/sferik/rails_admin/compare/v2.0.1...HEAD)


## [2.0.1](https://github.com/sferik/rails_admin/tree/v2.0.1) - 2019-12-31

[Full Changelog](https://github.com/sferik/rails_admin/compare/v2.0.0...v2.0.1)

### Fixed
- Fix Zeitwerk incompatible behavior of autoloading constants during initialization([#3190](https://github.com/sferik/rails_admin/issues/3190), [e275012b](https://github.com/sferik/rails_admin/commit/e275012b630453cb1187e71a938382a3c5d3ef39))
- Fix empty fields being hidden regardless of `compact_show_view`([#3213](https://github.com/sferik/rails_admin/pull/3213))
- Fix `filter_scope` not using `default_search_operator` as default([#3212](https://github.com/sferik/rails_admin/pull/3212))
- Fix PaperTrail integration returning `nil` as username instead of `whodunnit`([#3210](https://github.com/sferik/rails_admin/pull/3210))
- Fix Sprockets 4 incompatibility of vendorized Fontawesome([#3204](https://github.com/sferik/rails_admin/issues/3204), [#3207](https://github.com/sferik/rails_admin/pull/3207))

### Security
- Update moment.js to 2.24.0 to address security vulnerability([#3182](https://github.com/sferik/rails_admin/issues/3182), [#3201](https://github.com/sferik/rails_admin/pull/3201))


## [2.0.0](https://github.com/sferik/rails_admin/tree/v2.0.0) - 2019-08-18
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_admin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RailsAdmin
class Version
MAJOR = 2
MINOR = 0
PATCH = 0
PATCH = 1
PRE = nil

class << self
Expand Down

0 comments on commit 98ddea1

Please sign in to comment.