Skip to content

Commit 4fe027b

Browse files
Split the 0.8.3 changelog into parts
1 parent cbf056a commit 4fe027b

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

docs/User/Project/ApiChangelogs/0.8.3.txt renamed to docs/User/Project/ApiChangelogs/0.7.3-0.8.0.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# ~~~ means deprecated module
33
# ~~ means deprecated symbol
44

5-
#----------------------------
6-
# Changes from 0.8.0 to 0.8.1
7-
#----------------------------
8-
9-
@@@ Streamly.FileSystem.Handle
10-
++ getChunk :: MonadIO m => Int -> Handle -> m (Array Word8)
11-
++ putChunk :: (MonadIO m, Storable a) => Handle -> Array a -> m ()
12-
135
#----------------------------
146
# Changes from 0.7.3 to 0.8.0
157
#----------------------------
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# API diff as generated by cabal-diff with minor edits.
2+
# ~~~ means deprecated module
3+
# ~~ means deprecated symbol
4+
5+
#----------------------------
6+
# Changes from 0.8.0 to 0.8.1
7+
#----------------------------
8+
9+
@@@ Streamly.FileSystem.Handle
10+
++ getChunk :: MonadIO m => Int -> Handle -> m (Array Word8)
11+
++ putChunk :: (MonadIO m, Storable a) => Handle -> Array a -> m ()

0 commit comments

Comments
 (0)