Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline75489 authored Oct 15, 2016
1 parent 2226deb commit cc731e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

---

## 2.0.2 (link here)

#### Added

* New `debugLogEnabled` option in `YTKNetworkConfig` to enable/disable logging ([f0ee0b4](https://github.com/yuantiku/YTKNetwork/commit/f0ee0b4f49c1a38c6d89cec59b7e736a26fef1f8)).
* Exposed more errors when constructing `YTKBaseRequest` ([f210739](https://github.com/yuantiku/YTKNetwork/commit/f21073998eeff8a558aad73d61c87a2482824319)).

#### Updated

* Documentation is now organized and updated to reflect the latest code ([#236](https://github.com/yuantiku/YTKNetwork/pull/236) & [#230](https://github.com/yuantiku/YTKNetwork/pull/230)).

#### Fixed

* When put inside `YTKBatchRequest` or `YTKChainRequest`, a single `YTKRequest` will have its completion blocks(delegates) cleared to prevent further confusing behaviour ([55d88ae](https://github.com/yuantiku/YTKNetwork/commit/55d88ae20a6401fad176b31203fee8cb2fe749b4)).

0 comments on commit cc731e1

Please sign in to comment.