diff --git a/CHANGELOG.md b/CHANGELOG.md index d77877e1af..761b8d3e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.6.1 (TBD) +## 1.6.1 ### Bug fixes @@ -42,6 +42,7 @@ ] } ``` + - `hasChildLocation` query has been removed from gateway. We have created the query `isLeafLevelLocation` instead which is more descriptive on its intended use. ### New features @@ -121,7 +122,7 @@ - **Check your Metabase map file.** For Metabase configuration, we renamed `farajaland-map.geojson` to `map.geojson` to not tie implementations into example country naming conventions. - **Feature flags** In order to make application config settings more readable, we re-organised `src/api/application/application-config-default.ts` with a clear feature flag block like so. These are then used across the front and back end of the application to control configurable functionality. New feature flags DEATH_REGISTRATION allow you to optionally run off death registration if your country doesnt want to run its first pilot including death and PRINT_DECLARATION (see New Features) have been added. `FEATURES: { - DEATH_REGISTRATION: true, + DEATH_REGISTRATION: true, MARRIAGE_REGISTRATION: false, ... } ` @@ -267,6 +268,7 @@ In the next OpenCRVS release v1.5.0, there will be two significant changes both - **New handlebars serving the location ids of the admin level locations** Apart from the new handlebars, a couple more improvements were introduced: + - stricter type for locations in client - **"location"** handlebar helper can now resolve offices & facilities - restrict the properties exposed through **"location"** handlebar helper