From 241c62e7b578b2346c8b60efdf31b4eb2eab2966 Mon Sep 17 00:00:00 2001 From: freak4pc Date: Sat, 2 Jan 2021 11:40:03 +0200 Subject: [PATCH] Switch to main --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343c9d30..01f9b575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. --- -#### Master +#### Unreleased * Adds support of mutable CellViewModels. * Changes `TableViewSectionedDataSource` default parameters `canEditRowAtIndexPath` and `canMoveRowAtIndexPath` to align with iOS default behavior #383 diff --git a/README.md b/README.md index cb9cc6e7..e6edf9e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Travis CI](https://travis-ci.org/RxSwiftCommunity/RxDataSources.svg?branch=master)](https://travis-ci.org/RxSwiftCommunity/RxDataSources) +[![Travis CI](https://travis-ci.org/RxSwiftCommunity/RxDataSources.svg?branch=main)](https://travis-ci.org/RxSwiftCommunity/RxDataSources) Table and Collection view data sources ======================================