Browse Source

fix ChangeLog.md markdown

master
Philipp Balzarek 12 years ago
parent
commit
51bbf9b457
  1. 23
      ChangeLog.md
  2. 23
      changelog.md
  3. 3
      pontarius-xmpp.cabal

23
ChangeLog.md

@ -0,0 +1,23 @@ @@ -0,0 +1,23 @@
# 0.3 to 0.4
## Major changes
* Added Lenses
* Added Plugins
## newly exported functions
* simpleAuth
* jid (QuasiQuoter)
* presenceUnsubscribed
* associatedErrorType
* mkStanzaError
## major bugs fixed
* Didn't check jid of IQResults
## incompatible changes
### IQ
* sendIQ returns an STM action rather than a TMVar
* sendIQ' takes a timeout parameter
* removed IQResponseTimeout from IQResponse data type
* renamed listenIQChan to listenIQ and changed return type from TChan to STM
* renamed dropIQChan to unlistenIQ

23
changelog.md

@ -1,23 +0,0 @@ @@ -1,23 +0,0 @@
* 0.3 to 0.4
** Major changes
Added Lenses
Added Plugins
** newly exported functions
simpleAuth
jid (QuasiQuoter)
presenceUnsubscribed
associatedErrorType
mkStanzaError
** major bugs fixed
Didn't check jid of IQResults
** incompatible changes
*** IQ
sendIQ returns an STM action rather than a TMVar
sendIQ' takes a timeout parameter
removed IQResponseTimeout from IQResponse data type
renamed listenIQChan to listenIQ and changed return type from TChan to STM
renamed dropIQChan to unlistenIQ

3
pontarius-xmpp.cabal

@ -18,9 +18,10 @@ Description: Pontarius XMPP is a work in progress implementation of RFC 6120 @@ -18,9 +18,10 @@ Description: Pontarius XMPP is a work in progress implementation of RFC 6120
While in alpha, Pontarius XMPP works quite well and fulfills most
requirements of the RFCs.
Category: Network
Tested-With: GHC >=7.0.1 && <=7.6.3
Tested-With: GHC ==7.6.3
Extra-Source-Files: README.md
, ChangeLog.md
, examples/echoclient/echoclient.cabal
, examples/echoclient/LICENSE.md
, examples/echoclient/Main.hs

Loading…
Cancel
Save