Add that api routes are automatically named to CHANGELOG. (#6227)

* minor fix

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Freddy Boulton 2023-11-01 13:37:07 -04:00 committed by GitHub
parent 27194a987f
commit 4840b4bc29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"gradio": patch
---
feat:Add that api routes are automatically named to CHANGELOG.

View File

@ -60,6 +60,8 @@ We now support using any custom share server for your gradio share links.
* Many of the positional arguments in launch() are now keyword only, and show_tips has been removed
* Changes the format of flagged data to json instead of filepath for media
* Removes gr.Series and gr.Parallel
* All API endpoints are named by deafult. If `api_name=None`, the api name is the name of the python function.
### Features

View File

@ -28,7 +28,7 @@ class Column(BlockContext, metaclass=ComponentMeta):
Guides: controlling-layout
"""
EVENTS = ["baz"]
EVENTS = []
def __init__(
self,