Skip to content

Commit 794b032

Browse files
author
Chris Busbey
committed
v0.2.0 changelog
1 parent d50c380 commit 794b032

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.2.0 (April 19, 2016)
2+
3+
FEATURES
4+
5+
* Persisted Store [GH 32]
6+
* Initializer Constructors for Generated Messages [GH 69]
7+
* Field Setters for generated messages [GH 70]
8+
* Support for optional components, component setters [GH 79]
9+
* Setters for repeating groups in components [GH 87]
10+
* DB Store [GH 88]
11+
12+
ENHANCEMENTS
13+
14+
* Gen refactor [GH 78]
15+
* Refactoring data dictionary pkg [GH 93]
16+
17+
BUG FIXES:
18+
19+
* Initiator panic if connection closed [GH 59]
20+
* New logs overrides old ones [GH 72]
21+
* Session sending message timeout [GH 80]
22+
* Potential FIX50 Market Data marshaling bug [GH 91]
23+
* Allow settings values to contain equals signs [GH 97]
24+
* Error when trying to unmarshal FIX message (FIX 5.0) [GH 99]
25+
126
## 0.1.0 (February 21, 2016)
227

328
* Initial release

0 commit comments

Comments
 (0)