xml-conduit 1.2.3.1 → 1.2.3.2
raw patch · 3 files changed
+7/−3 lines, 3 files
Files
- ChangeLog.md +4/−0
- Text/XML/Stream/Render.hs +2/−2
- xml-conduit.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.2.3.2++* Doc fix [#44](https://github.com/snoyberg/xml/pull/44)+ ## 1.2.3.1 Support monad-control 1.0
Text/XML/Stream/Render.hs view
@@ -43,9 +43,9 @@ --renderBytes :: Monad m => RenderSettings -> Conduit Event m ByteString renderBytes rs = renderBuilder rs =$= builderToByteString --- | Render a stream of 'Event's into a stream of 'ByteString's. This function+-- | Render a stream of 'Event's into a stream of 'Text's. This function -- wraps around 'renderBuilder', 'builderToByteString' and 'renderBytes', so it--- produces optimally sized 'ByteString's with minimal buffer copying.+-- produces optimally sized 'Text's with minimal buffer copying. {- renderText :: (MonadThrow m) => RenderSettings -> Conduit Event m Text
xml-conduit.cabal view
@@ -1,5 +1,5 @@ name: xml-conduit-version: 1.2.3.1+version: 1.2.3.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>, Aristid Breitkreuz <aristidb@googlemail.com>