From 8fc4061187c9dbad9761ee06de16b81634a45339 Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 24 Mar 2015 19:06:40 +0100 Subject: [PATCH] fixed acknowledgements --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 380134b3..673dcf25 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,8 @@ I deeply appreciate the help of the following people. - [kirkshoop](https://github.com/kirkshoop) made the iterators of the class composable to other libraries. - [wancw](https://github.com/wanwc) fixed a bug that hindered the class to compile with Clang. - Tomas Ă…blad found a bug in the iterator implementation. -- [Joshua C. Randall](https://github.com/jrandall) fixed a bug in the floating-point serialization and implemented code to parse streams incrementally. +- [Joshua C. Randall](https://github.com/jrandall) fixed a bug in the floating-point serialization. +- [Aaron Burghardt](https://github.com/aburgh) implemented code to parse streams incrementally. Thanks a lot for helping out!