Skip to content

Commit

Permalink
Update whats_changed.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvbird committed Aug 30, 2012
1 parent 5d3c1f1 commit 3fa0286
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions whats_changed.md
Expand Up @@ -5,12 +5,16 @@ want to check this file every time you update your copy.

### v0.6.2

* *package.json* now has dependencies with *=* instead of *>=* to prevent future versions of dependencies breaking node-xmpp-bosh with API incompatible changes (e.g. log4js).
* *package.json* now has dependencies with *=* instead of *>=* to prevent future versions of dependencies breaking node-xmpp-bosh with API incompatible changes (e.g. log4js)

* Minor fixes, which reduce the memory footprint.
* Minor fixes, which reduce the memory footprint

* Updated EventPipe dependency to v0.0.5

* Fix broken GET handler - the Content-Length header was trimming down the output

* More robust XML parsing using the SAX (expat) parser. reset() the parser on error - avoid re-constructing the parser on a parsing error and better isolation for multiple streams

### v0.6.1

* Configuration variable *max_xmpp_buffer_size* changed to *max_xmpp_stanza_size*.
Expand Down

0 comments on commit 3fa0286

Please sign in to comment.