Skip to content

Commit

Permalink
Add the public modifier access to the disposeBag property
Browse files Browse the repository at this point in the history
Update the Changelog
  • Loading branch information
Vkt0r committed Sep 1, 2019
1 parent 1c2d4e2 commit 2b04d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
Current master
--------------

- Nothing yet!
- Add the public modifier access to the disposeBag property. See [#74](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/74) - [@Vkt0r](https://github.com/Vkt0r)

5.0.1
-----
Expand Down
2 changes: 1 addition & 1 deletion HasDisposeBag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension HasDisposeBag {
return result
}

var disposeBag: DisposeBag {
public var disposeBag: DisposeBag {
get {
return synchronizedBag {
if let disposeObject = objc_getAssociatedObject(self, &disposeBagContext) as? DisposeBag {
Expand Down

0 comments on commit 2b04d59

Please sign in to comment.