CHANGELOG.md in faker-2.0 vs CHANGELOG.md in faker-2.0.0

- old
+ new

@@ -1,8 +1,8 @@ # Change Log -## [v2.0.0](https://github.com/stympy/faker/tree/2.0.0) (2019-31-07) +## [v2.0](https://github.com/stympy/faker/tree/2.0) (2019-31-07) ## Important Note: Version 2 has several `breaking changes`. We replaced positional arguments with keyword arguments and the list below contains all the changed methods: - `Faker::Books::Dune.quote(character = nil)` becomes `Faker::Books::Dune.quote(character: nil)` @@ -145,10 +145,10 @@ ### Feature Request - [PR #1417](https://github.com/stympy/faker/pull/1417) Rework Faker::Time::between [@pjohnmeyer](https://github.com/pjohnmeyer) - [PR #510](https://github.com/stympy/faker/pull/510) Make Faker::Number return integers and floats instead of strings [@tejasbubane](https://github.com/tejasbubane) -- [PR #1651](https://github.com/stympy/faker/pull/1651) Preparing for v2 arguments [@vbrazo](https://github.com/vbrazo) +- [PR #1651](https://github.com/stympy/faker/pull/1651) Preparing for v2 [@vbrazo](https://github.com/vbrazo) - [PR #1664](https://github.com/stympy/faker/pull/1664) Replace positional arguments with keyword arguments [@vbrazo](https://github.com/vbrazo) ### Update/add locales - [PR #1658](https://github.com/stympy/faker/pull/1658) Update Faker::Games::SuperSmashBros entries [@boardfish](https://github.com/boardfish)