Skip to content

Commit

Permalink
changelog: context now use autogenerated name
Browse files Browse the repository at this point in the history
  • Loading branch information
bloom1 committed Jul 10, 2023
1 parent 0a11891 commit db4ca57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 23.10

* A context now has a read-only auto-generated `name` and a required `label` instead
of a user-provided `name` and optional `label`. For compatibility purposes, if a context is
created using only a `name`, it will be used as the `label` and auto-generated.

## 23.04

* PUT on `/users?recursive=true` updated, to provide a way to update lines, switchboards, agent, voicemail and incalls for a specific user.
Expand Down

0 comments on commit db4ca57

Please sign in to comment.