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.3.0-alpha.3 #992

Merged
merged 2 commits into from
Dec 9, 2016
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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [v1.3.0-alpha.3](https://github.com/Cadasta/cadasta-platform/tree/v1.3.0-alpha.3) (2016-12-08)
[Full Changelog](https://github.com/Cadasta/cadasta-platform/compare/v1.3.0-alpha.2...v1.3.0-alpha.3)

**Fixed bugs:**

- Broken password reset on staging [\#984](https://github.com/Cadasta/cadasta-platform/issues/984)
- Data Collector User Can't Download Forms [\#978](https://github.com/Cadasta/cadasta-platform/issues/978)
- XForms missing constraints and default values [\#969](https://github.com/Cadasta/cadasta-platform/issues/969)
- Refine user messaging and flow for anonymous users [\#677](https://github.com/Cadasta/cadasta-platform/issues/677)

**Merged pull requests:**

- Fix \#984 -- Remove client-side validation [\#988](https://github.com/Cadasta/cadasta-platform/pull/988) ([oliverroick](https://github.com/oliverroick))
- Populate new question and group fields [\#987](https://github.com/Cadasta/cadasta-platform/pull/987) ([oliverroick](https://github.com/oliverroick))
- Fix error message text [\#986](https://github.com/Cadasta/cadasta-platform/pull/986) ([clash99](https://github.com/clash99))
- Fixed misspelling [\#981](https://github.com/Cadasta/cadasta-platform/pull/981) ([clash99](https://github.com/clash99))
- Loadpolicies bugfix & provisioning [\#980](https://github.com/Cadasta/cadasta-platform/pull/980) ([amplifi](https://github.com/amplifi))
- detach\_object\_resources now works for deferred objects [\#974](https://github.com/Cadasta/cadasta-platform/pull/974) ([linzjax](https://github.com/linzjax))
- Update changelog for staging release [\#968](https://github.com/Cadasta/cadasta-platform/pull/968) ([amplifi](https://github.com/amplifi))

## [v1.3.0-alpha.2](https://github.com/Cadasta/cadasta-platform/tree/v1.3.0-alpha.2) (2016-12-06)
[Full Changelog](https://github.com/Cadasta/cadasta-platform/compare/v1.3.0-alpha.1...v1.3.0-alpha.2)

Expand Down