Skip to content

Commit dc190c2

Browse files
committed
update changelog
1 parent 3c7b335 commit dc190c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.0.0-beta.2](https://github.com/MLSDev/TRON/releases/tag/1.0.0-beta.2)
5+
6+
### Breaking changes
7+
8+
* `ResponseParseable` protocol now accepts NSData instead of `AnyObject` in its constructor, allowing any kind of parsing, JSON/XML, you-name-it.
9+
410
## [1.0.0-beta.1](https://github.com/MLSDev/TRON/releases/tag/1.0.0-beta.1)
511

612
TRON 1.0 is a major release with a lot of new features and breaking changes. To find out more about philosophy of those and how to adapt to new API's, read [TRON 1.0 Migration Guide](/Docs/1.0 Migration Guide.md)
@@ -15,7 +21,6 @@ TRON 1.0 is a major release with a lot of new features and breaking changes. To
1521
* RxSwift extension on `MultipartAPIRequest` reworked to return single Observable<ModelType>
1622
* `EventDispatcher` class and corresponding `TRON.dispatcher`, `APIRequest.dispatcher` property are replaced by `TRON` and `APIRequest` properties - `processingQueue` and `resultDeliveryQueue`, which are used to determine on which queue should processing be performed and on which queue results should be delivered.
1723
* `Progress` and `ProgressClosure` typealiases have been removed
18-
* `ResponseParseable` protocol now accepts NSData instead of `AnyObject` in its constructor
1924

2025
### Added
2126

0 commit comments

Comments
 (0)