Skip to content

Commit

Permalink
Update Changelog for v2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Sep 12, 2019
1 parent 9344013 commit 960a6d2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ torch-*.tar

.elixir_ls/*
node_modules/
.DS_Store
.DS_Store

.dir-locals.el
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Change Log

## [v2.0.0-rc.2](https://github.com/danielberkompas/torch/tree/v2.0.0-rc.2) (2019-09-12)
[Full Changelog](https://github.com/danielberkompas/torch/compare/v2.0.0-rc.1...v2.0.0-rc.2)

**Enahancements:**

- Updated how the active navigation link is calculated [\#106](https://github.com/danielberkompas/torch/pull/106)
- Added test cases for the mix install task and views
- Added TravisCI integration

**Fixed bugs:**

- Fix issue where date inputs were disabled after a validation failure
- Fixed a typo in an alert dialog

**Closed issues:**

- Improve test coverage [\#85](https://github.com/danielberkompas/torch/issues/85)
- Improve documentation [\#86](https://github.com/danielberkompas/torch/issues/86)
- Install coveralls [\#88](https://github.com/danielberkompas/torch/issues/88)
- Filter by has_one association field [\#96](https://github.com/danielberkompas/torch/pull/96)
- Add I18N support [\#101](https://github.com/danielberkompas/torch/pull/101)

**Merged Pull Requests**

- Improve tests [\#87](https://github.com/danielberkompas/torch/pull/87)
- Install coveralls [\#88](https://github.com/danielberkompas/torch/pull/88)
- Modernize webpack [\#95](https://github.com/danielberkompas/torch/pull/95)
- Add custom has_many filter association example to README [\#97](https://github.com/danielberkompas/torch/pull/97)
- Add I18N support [\#102](https://github.com/danielberkompas/torch/pull/102)
- Set active nav link based on link target, not text [\#106](https://github.com/danielberkompas/torch/pull/106)

## [v2.0.0-rc.1](https://github.com/danielberkompas/torch/tree/v2.0.0-rc.1) (2018-04-13)
[Full Changelog](https://github.com/danielberkompas/torch/compare/v1.0.0-rc.6...v2.0.0-rc.1)

Expand Down Expand Up @@ -148,4 +179,4 @@
## [v0.1.0](https://github.com/danielberkompas/torch/tree/v0.1.0) (2016-06-27)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit 960a6d2

Please sign in to comment.