Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update changelog for 40.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored May 5, 2020
1 parent 0099ace commit 5bf5c42
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@ title: Changelog
permalink: /changelog/
---

# 40.0.0-SNAPSHOT (In Development)
# 41.0.0-SNAPSHOT (In Development)

* [Commits](https://github.com/mozilla-mobile/android-components/compare/v39.0.0...master)
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/100?closed=1)
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v40.0.0...master)
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/101?closed=1)
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Dependencies.kt)
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Gecko.kt)
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Config.kt)

# 40.0.0

* [Commits](https://github.com/mozilla-mobile/android-components/compare/v39.0.0...v40.0.0)
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/100?closed=1)
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/v40.0.0/buildSrc/src/main/java/Dependencies.kt)
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/v40.0.0/buildSrc/src/main/java/Gecko.kt)
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/v40.0.0/buildSrc/src/main/java/Config.kt)

* **browser-tabstray**
* Converts `TabViewHolder` to an abstract class with `DefaultTabViewHolder` as the default implementation.
* Replaces `layoutId` with `viewHolderProvider` in the `TabsAdapter` for allowing tab customization.
Expand Down

0 comments on commit 5bf5c42

Please sign in to comment.