Skip to content

Commit 0641f90

Browse files
committed
Changelog.
1 parent 116988c commit 0641f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- account
1616
```
1717
18-
If you changed the names of these services, you must adjust those names in the nginz config as well. (#1630)
18+
If you changed the names of these services, you must adjust those names in the nginz config as well. (#1630, #2073, 116988c62732)
1919
2020
* Backend now separates conversation access control for guests and services. The old access roles are still supported but it is encouraged to upgrade clients since mapping between the old access roles and the new access roles is not isomorphic. For more details refer to the API changes below or the Swagger docs.
2121
Old clients are fully supported; if new clients and old clients are mixed, to old clients, either guests of services may appear to be enable if they are not, which may lead to error messages (confusing but harmless). (#2035)
@@ -30,7 +30,7 @@
3030

3131
## Bug fixes and other updates
3232

33-
* There is now an explicit CORS allow list for *all* endpoints. In previous releases, all subdomains were accepted, however they must now be listed explicitly. This is a **breaking change**, as now only known Javascript applications may access the backend. (#1630, #2073)
33+
* There is now an explicit CORS allow list for *all* endpoints. In previous releases, all subdomains were accepted, however they must now be listed explicitly. This is a **breaking change**, as now only known Javascript applications may access the backend. (#1630, #2073, 116988c62732)
3434
* Prevent 500s when SFTs are not reachable from Backend (#2077)
3535

3636
## Internal changes

0 commit comments

Comments
 (0)