Skip to content

Commit d276458

Browse files
committed
📚 Update Config rdoc for v0.5
This should have been done as part of #305, but was forgotten.
1 parent f398d66 commit d276458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/imap/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def self.[](config)
222222
# | Starting with version | The default value is |
223223
# |-------------------------|--------------------------------|
224224
# | v0.4.13 | +:silence_deprecation_warning+ |
225-
# | v0.5 <em>(planned)</em> | +:warn+ |
225+
# | v0.5 | +:warn+ |
226226
# | _eventually_ | +:raise+ |
227227
attr_accessor :responses_without_block, type: [
228228
:silence_deprecation_warning, :warn, :raise,

0 commit comments

Comments
 (0)