From 19a830c77ae7c8631da8298711adc346ef594d16 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 4 Apr 2016 01:08:07 +0200 Subject: [PATCH] Add a changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5c1c5ce --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# RxQueryKit + +## 0.5.2 + +### Bug Fixes + +- Improves performance of `count()` and `objects()` observables. +- Fixes a bug where `count()` may have incorrectly updated and shown a negative + value. + +## 0.5.1 + +Adds support for RxSwift 2.0. + +## 0.5.0 + +Adds support for RxSwift 2.0.0-beta.4.