Skip to content

Commit ac67bef

Browse files
committed
Update changelog for 5.0.1 release
1 parent f5c269e commit ac67bef

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,34 @@ All notable changes to this project will be documented in this file.
33
Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
6-
## 5.0.1 (TBD)
6+
## 5.0.2 (TBD)
77

88
* TBD
99

1010
##### Features
1111

1212
##### Bug Fixes
13-
* Fix exporters to work with multiple forms
1413

15-
## 5.0.0 (TBD)
14+
## [5.0.1](https://github.com/ngageoint/mage-server/releases/tag/5.0.1) (01-30-2018)
15+
16+
##### Features
17+
* Added password strength meters to admin user password change and sign up page.
18+
19+
##### Bug Fixes
20+
* Fix exporters (GeoJSON, KML, Shapefile, CSV) to work with multiple forms.
21+
* Don't export archived fields.
22+
* Fixed observation download to work with multiple forms.
23+
* Changing the observation geometry type (point, line, polygon) in the middle of creating will not leave old shape on the map.
24+
* Disable observation save while editing line and polygon until edit is complete.
25+
* Fix race condition when loading devices and users in admin pages.
26+
* Force reload devices and users every time a user goes to the admin page.
27+
* Show required checkbox when editing historical 'type' fields.
28+
* Fixed regex for password and password confirm match that was causing some like password to report a mismatch.
29+
* Fixed a bug where new users password was checked against existing password, which of course didn't exist.
30+
* Modify event projection query to contain acl and teamIds which allows for event CRUD permissions check.
31+
* Don't allow event team to be removed from its event.
32+
33+
## [5.0.0](https://github.com/ngageoint/mage-server/releases/tag/5.0.0) (01-23-2018)
1634

1735
##### Features
1836
* Support for multiple forms per event

0 commit comments

Comments
 (0)