-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
All notable changes to this project will be documented in this file. | ||
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format. | ||
|
||
## Unreleased | ||
- new url for handling querystring offer data | ||
- added notification functionality for disclosures | ||
## 2.0.0 | ||
### Added/updated | ||
- New url for handling querystring offer data | ||
- Added notification functionality for disclosures | ||
- Added user interface for adding and removing private loans | ||
- Update version of student-debt-calc to support multiple private loans | ||
- Updated dispatchers to handle multiple private loans | ||
- Updated DOM and JS to display totals properly | ||
- Update content to be dynamic based on API and offer data | ||
|
||
### Removed | ||
- API code for saving and revisiting worksheets | ||
|
||
## 1.1.0 - 2015-10-28 | ||
|
||
### Initial refactoring | ||
- Retooling comparisontool as a disclosures app | ||
|
||
### Added | ||
- elasticsearch dependency and utilities script | ||
- new model for school program data | ||
- new models for school program data and constants | ||
- extended model for schools | ||
- tests and test framework | ||
|
||
### Removed | ||
- Haystack and Solr dependencies. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
deploy_repository: https://github.com/cfpb/college-costs.git@1.1.0 | ||
deploy_repository: https://github.com/cfpb/college-costs.git@2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ def read_file(filename): | |
|
||
setup( | ||
name='college-costs', | ||
version='1.1.0', | ||
version='2.0.0', | ||
author='CFPB', | ||
author_email='[email protected]', | ||
maintainer='cfpb', | ||
|