Skip to content

Commit

Permalink
Merge branch 'master' into filename
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier authored Jul 10, 2019
2 parents 322d677 + cb94326 commit 0ee2cc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions QuickFIXn/IApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public interface IApplication
/// before it is sent out.
/// </summary>
/// <param name="message"></param>
/// <param name="sessionId"></param>
/// <param name="sessionID"></param>
/// <exception cref="DoNotSend">throw this to abort sending the message</exception>
void ToApp(Message message, SessionID sessionId);
void ToApp(Message message, SessionID sessionID);

/// <summary>
/// This callback receives messages for the application. This is one of the
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ What's New
* (patch) #486 - More informative exception for DD parsing errors (gbirchmeier)
* (patch) #492 - fix delete-generated script (gbirchmeier)
* (patch) #493 - fix DD parsing issue with certain comments (gbirchmeier)
* (minor) #448 - Fix message load error within *nix environments (mtnbiker99)
* (minor) #448 - Fix message load error within \*nix environments (mtnbiker99)
* (minor) #497 - Support full cross-platform operation (michaelwilner)
* (patch) #498 - Fix hanging on ThreadedSocketReactor exit (michaelwilner)
* (minor) #489 - fixes for DefaultMessageFactory / FIX50sp1/2 (gbirchmeier)
Expand All @@ -26,6 +26,7 @@ What's New
* (minor) #531 - change encoding to iso-8859-1 (aka latin1) (amibar/gbirchmeier)
* (patch) #532 - bug in #524: don't attempt non-.NET-Core-supported functionality (gbirchmeier)
* (patch) #533 - file maintenance (gbirchmeier)
* (patch) #509 - Consistent sessionID argument name in IApplication (eugbaranov)

### v1.8.0:
* (patch) #402 - Multithreading fix to please NUnit 2.6.3 and above (arkadiuszwojcik)
Expand Down

0 comments on commit 0ee2cc4

Please sign in to comment.