Skip to content

stringio 3.1.6 - 2025-03-25

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 17:30
· 11 commits to master since this release

Fixes

  • CRuby: Fix SEGV at unget to a null device StringIO
  • JRuby:
    • Fix NullPointerException at unget to a null device StringIO
    • Use proper checkEncoding signature
    • Update strioWrite logic to match CRuby
    • GH-124