From 960a6d28580b95fa43f8169ddcb4e03b44e73c7c Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Thu, 12 Sep 2019 09:47:57 -0400 Subject: [PATCH] Update Changelog for v2.0.0-rc.2 --- .gitignore | 4 +++- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2429e6e7..b0555fee 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,6 @@ torch-*.tar .elixir_ls/* node_modules/ -.DS_Store \ No newline at end of file +.DS_Store + +.dir-locals.el diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1bfcb6..be37ac13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*