Skip to content

Commit

Permalink
📚 Update Config rdoc for v0.5
Browse files Browse the repository at this point in the history
This should have been done as part of #305, but was forgotten.
  • Loading branch information
nevans committed Jun 24, 2024
1 parent f398d66 commit d276458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/imap/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def self.[](config)
# | Starting with version | The default value is |
# |-------------------------|--------------------------------|
# | v0.4.13 | +:silence_deprecation_warning+ |
# | v0.5 <em>(planned)</em> | +:warn+ |
# | v0.5 | +:warn+ |
# | _eventually_ | +:raise+ |
attr_accessor :responses_without_block, type: [
:silence_deprecation_warning, :warn, :raise,
Expand Down

0 comments on commit d276458

Please sign in to comment.