From 539b92b2e89bca221c7f25d5deb91179e7df1e23 Mon Sep 17 00:00:00 2001 From: JKorf Date: Wed, 23 Oct 2019 10:22:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be9995f..a32c033 100644 --- a/README.md +++ b/README.md @@ -202,8 +202,10 @@ To stop synchronizing an order book use the `Stop` method. * Added CancellationToken support * Added bool compare override to CallResult (now possible to `if(callresult)` instead of `if(callresult.Success)`) * Added input validation methods + * Wrong input will now throw exceptions rather than error results * OnOrderBookUpdate event added to `SymbolOrderBook` + * Version 2.1.8 - 29 Aug 2019 * Added array serialization options for implementations