Skip to content

Commit e0e4ad2

Browse files
committed
📝 Updated for 5.1.0 release
1 parent c1c3b3b commit e0e4ad2

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
# Change Log
22

3+
## [5.1.0](https://github.com/RxSwiftCommunity/RxViewModel/tree/5.1.0) (2017-10-31)
4+
[Full Changelog](https://github.com/RxSwiftCommunity/RxViewModel/compare/5.0.1...5.1.0)
5+
6+
**Fixed bugs:**
7+
8+
- Update podspec on cocoapods repo [\#53](https://github.com/RxSwiftCommunity/RxViewModel/issues/53)
9+
10+
**Closed issues:**
11+
12+
- Update with RXSwift 4 [\#58](https://github.com/RxSwiftCommunity/RxViewModel/issues/58)
13+
- Unable to use when inherited [\#52](https://github.com/RxSwiftCommunity/RxViewModel/issues/52)
14+
15+
**Merged pull requests:**
16+
17+
- - fix build error [\#61](https://github.com/RxSwiftCommunity/RxViewModel/pull/61) ([AYastrebov](https://github.com/AYastrebov))
18+
- Support Swift 4 [\#60](https://github.com/RxSwiftCommunity/RxViewModel/pull/60) ([esttorhe](https://github.com/esttorhe))
19+
320
## [5.0.1](https://github.com/RxSwiftCommunity/RxViewModel/tree/5.0.1) (2017-08-15)
421
[Full Changelog](https://github.com/RxSwiftCommunity/RxViewModel/compare/5.0.0...5.0.1)
522

23+
**Fixed bugs:**
24+
25+
- Can't use RxSwift 3.6.1 [\#54](https://github.com/RxSwiftCommunity/RxViewModel/issues/54)
26+
- You should make RxViewModel class "open" [\#50](https://github.com/RxSwiftCommunity/RxViewModel/issues/50)
27+
628
**Merged pull requests:**
729

8-
- Loosen RxSwift to `~> 3.5` instead of `~> 3.5.0` [\#55](https://github.com/RxSwiftCommunity/RxViewModel/pull/55) ([freak4pc](https://github.com/freak4pc))
30+
- Loosen RxSwift to `~\> 3.5` instead of `~\> 3.5.0` [\#55](https://github.com/RxSwiftCommunity/RxViewModel/pull/55) ([freak4pc](https://github.com/freak4pc))
931

1032
## [5.0.0](https://github.com/RxSwiftCommunity/RxViewModel/tree/5.0.0) (2017-07-25)
1133
[Full Changelog](https://github.com/RxSwiftCommunity/RxViewModel/compare/4.1.0...5.0.0)

0 commit comments

Comments
 (0)