Skip to content

Commit ec75aa5

Browse files
committed
Release 1.1.59
1 parent d6045a6 commit ec75aa5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.1.59
2+
3+
* Add ability to limit number of elements in accepted stanzas
4+
* Add ability to change stanza limits after stream initialization
5+
16
# Version 1.1.58
27

38
* Updating p1_utils to version 1.0.29.

src/fast_xml.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{application, fast_xml,
2525
[{description, "Fast Expat-based Erlang / Elixir XML parsing library"},
26-
{vsn, "1.1.58"},
26+
{vsn, "1.1.59"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)