Skip to content

Commit

Permalink
Add that api routes are automatically named to CHANGELOG. (#6227)
Browse files Browse the repository at this point in the history
* minor fix

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
freddyaboulton and gradio-pr-bot committed Nov 1, 2023
1 parent 27194a9 commit 4840b4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-women-brake.md
@@ -0,0 +1,5 @@
---
"gradio": patch
---

feat:Add that api routes are automatically named to CHANGELOG.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradio/layouts/column.py
Expand Up @@ -28,7 +28,7 @@ class Column(BlockContext, metaclass=ComponentMeta):
Guides: controlling-layout
"""

EVENTS = ["baz"]
EVENTS = []

def __init__(
self,
Expand Down

0 comments on commit 4840b4b

Please sign in to comment.