What's Changed
Breaking Changes
- 🐛💥 Remove accidental
Data#attributes
method by @nevans in #371
For ruby 3.2 and above, this PR is not a breaking change, and it fixes a YAML serialization bug.
Net::IMAP::Data#attributes
was only available in ruby 3.1, withnet-imap
v0.5.2
-v0.5.4
. It can be replaced by#to_h
.
Added
Documentation
- 📚 Fix rdoc issues by @nevans in #372
- 📚 Use standard www.rfc-editor.org links for RFCs by @nevans in #374
- 📚 Documentation updates by @nevans in #373
New Contributors
Full Changelog: v0.5.4...v0.5.5