Skip to content

v0.10.10

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 23:38
· 12 commits to master since this release
f62b761

TranscodingStreams v0.10.10

Diff since v0.10.9

Merged pull requests:

  • Allow non 1-based arrays in readbytes! (#200) (@nhz2)
  • Avoid double counting in stats out when writing to nested streams (#204) (@nhz2)
  • Remove Memory(::ByteData) constructor (#219) (@nhz2)
  • Add GC.@preserve when using pointers (#221) (@nhz2)
  • Fix position of underlying stream when sharing buffers (#222) (@nhz2)
  • Fix peek Char (#225) (@nhz2)
  • Fix printing of fuzz.jl results (#226) (@nhz2)
  • Reset position in seekstart (#227) (@nhz2)
  • Add missing ready_to_read! to unread (#228) (@nhz2)
  • Bump version to 0.10.10 (#231) (@nhz2)

Closed issues:

  • ByteData may not be densely stored in memory (#211)
  • peek(s::TranscodingStream, ::Type{Char}) errors (#224)