Skip to content

Commit

Permalink
Update CHANGELOG and require updates in future PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 1, 2019
1 parent b08d087 commit 46892d9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -8,3 +8,4 @@ I'll review the commits, so I mostly want to understand the "why" rather than th
- [ ] Same for documentation, including moduledocs
- [ ] Tests were added or updated to cover changes
- [ ] Commits were squashed into a single coherent commit
- [ ] Notes added to CHANGELOG file which describe changes at a high-level
24 changes: 23 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,10 +5,32 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 3.5.1
- TBD

## 3.6.1

### Potentially Breaking

- Require Elixir v1.6+

### Added

- Setup property based test framework and add sample tests (#480)
- Turkish translation (#534)
- Add details to parsing documentation (#540)
- Support time units in singular (#509)
- #538 documentation of default formatting directives
- Support for tzdata 1.0.0 (#536)

### Fixed

- Address handling of ambiguity in timezone conversions by using UTC clock time, where possible. See #488
- #491 gracefully handle errors resolving a timezone using wall clock time
- #514 gracefully handle converting date to datetime on tz boundary
- #531 address some issues with shifting over timezone boundaries
- #507 unnecessary tz conversion during logical shifts results in erroneous results
- #532 shift priority incorrectly inverted
- #537 precision not preserved in some situations
- Elixir 1.8 deprecations
- `Timex.diff/2` spec
- `Timex.Timezone.convert/2` when using custom time zones
Expand Down

0 comments on commit 46892d9

Please sign in to comment.