Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for v1.8.2-alpha.1 #1509

Merged
merged 1 commit into from
May 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [v1.8.2-alpha.1](https://github.com/Cadasta/cadasta-platform/tree/v1.8.2-alpha.1) (2017-05-17)
[Full Changelog](https://github.com/Cadasta/cadasta-platform/compare/v1.8.1...v1.8.2-alpha.1)

**Fixed bugs:**

- Ability to download xlsform when data have been submitted to the project [\#1423](https://github.com/Cadasta/cadasta-platform/issues/1423)
- SHP download breaks when there are empty geometries [\#1373](https://github.com/Cadasta/cadasta-platform/issues/1373)

**Closed issues:**

- Add ability to add user to project as a public user [\#1505](https://github.com/Cadasta/cadasta-platform/issues/1505)
- Organization Dashboards with no information aren't very exciting... [\#769](https://github.com/Cadasta/cadasta-platform/issues/769)
- Add Functional Test Coverage [\#558](https://github.com/Cadasta/cadasta-platform/issues/558)

**Merged pull requests:**

- Update CHANGELOG for v1.8.1 [\#1501](https://github.com/Cadasta/cadasta-platform/pull/1501) ([amplifi](https://github.com/amplifi))
- Support repr\(\) if Question has no QuestionGroup [\#1443](https://github.com/Cadasta/cadasta-platform/pull/1443) ([alukach](https://github.com/alukach))
- Fix \#1373 -- Ignore empty geometries for SHP export [\#1439](https://github.com/Cadasta/cadasta-platform/pull/1439) ([oliverroick](https://github.com/oliverroick))
- Add pagination to API list endpoints [\#1425](https://github.com/Cadasta/cadasta-platform/pull/1425) ([alukach](https://github.com/alukach))
- Bugfix \#1423: Show links to questionnaires even when project schema is locked. [\#1424](https://github.com/Cadasta/cadasta-platform/pull/1424) ([niharika1995](https://github.com/niharika1995))
- Eliminate duplicate js and css [\#1416](https://github.com/Cadasta/cadasta-platform/pull/1416) ([clash99](https://github.com/clash99))
- New mo and po files from transifex [\#1441](https://github.com/Cadasta/cadasta-platform/pull/1441) ([clash99](https://github.com/clash99))

## [v1.8.1](https://github.com/Cadasta/cadasta-platform/tree/v1.8.1) (2017-05-11)
[Full Changelog](https://github.com/Cadasta/cadasta-platform/compare/v1.8.0...v1.8.1)

Expand Down