Skip to content

Commit

Permalink
Prep release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Jul 5, 2018
1 parent 57f4257 commit a83753e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## v22.3.1
* PR 159: Add UK National Insurance Number `f.Finance.Nino()` in `Bogus.Extensions.UnitedKingdom`. Thanks mortware!
* PR 160: `DateTimeOffset` support added to `f.Date` dataset. Methods are suffixed by "Offset". IE: `f.Date.SoonOffset`. Thanks Simon!
* Added `refDate` parameter to `f.Date.Soon` and `f.Date.Recent`.
* `f.Date.Between(start, end)` now respects `DateTimeKind.Utc`
* `f.Date.Between(start, end)` now respects `DateTimeKind.Utc`.

## v22.2.1
* PR 153: Possible breaking changes: Minor typo & spelling corrections made to some parameter names. Thanks for the corrections Simon!
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ public void Using_FakerT_Inheritance()
* `Bogus.DataSets.Finance.CodiceFiscale()` - Codice Fiscale
* **`using Bogus.Extensions.UnitedKingdom;`**
* `Bogus.DataSets.Finance.SortCode()` - Banking Sort Code
* `Bogus.DataSets.Finance.Nino()` - National Insurance Number
* **`using Bogus.Extensions.UnitedStates;`**
* `Bogus.Person.Ssn()` - Social Security Number
* **`using Bogus.Distributions.Gaussian;`**
Expand Down

0 comments on commit a83753e

Please sign in to comment.