File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33User-visible changes worth mentioning.
44
5- ## Upcoming (unreleased)
5+ ## 4.0.2
66
7- - [ #288 ] Don’t send “removed badge” notifications when user doesn’t have the
8- badge
7+ - [ #355 , #356 ] Add index on merit_actions.processed column
8+ - [ #354 ] Fix Rails autoloader deprecation warnings
9+ Requires wrapping ` Merit::Badge.create ` with ` Rails.application.reloader.to_prepare `
10+ - Test with Ruby 3 and Rails 6.1 (excludes Rails 5.2 with Ruby 3, that errors out)
11+ - [ #288 ] Don’t send “removed badge” notifications when user doesn’t have the badge
912
1013## 4.0.1
1114
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66 s . files = `git ls-files` . split ( "\n " ) . reject { |f | f =~ /^\. / }
77 s . test_files = `git ls-files -- test/*` . split ( "\n " )
88 s . license = 'MIT'
9- s . version = '4.0.1 '
9+ s . version = '4.0.2 '
1010 s . authors = [ "Tute Costa" ]
1111 s . email = 'tutecosta@gmail.com'
1212
You can’t perform that action at this time.
0 commit comments