Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
fix ChangeLog.md markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Philonous committed Feb 25, 2014
1 parent 3c99b71 commit 51bbf9b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
23 changes: 23 additions & 0 deletions ChangeLog.md
@@ -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 changes: 0 additions & 23 deletions changelog.md

This file was deleted.

3 changes: 2 additions & 1 deletion pontarius-xmpp.cabal
Expand Up @@ -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
Expand Down

0 comments on commit 51bbf9b

Please sign in to comment.