Skip to content

Commit

Permalink
docs(release-notes): remove unnecessary keys and link /latest
Browse files Browse the repository at this point in the history
  • Loading branch information
usernein committed Jan 26, 2024
1 parent 381d448 commit 1fe020f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/docs/release-notes/v2-0-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: v2.0.0
position: 2
---
+ It became easier to create simple inline keyboards. You can now pass a string as button, which will be used as text and callback_data:
```python
Expand Down
1 change: 0 additions & 1 deletion docs/docs/release-notes/v2-1-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: v2.1.0
position: 2
---
## What's Changed
* fix listen does not check if message.from_user.id exists or not. Caus… by @WhaleFell in https://github.com/usernein/pyromod/pull/30
Expand Down
1 change: 0 additions & 1 deletion docs/docs/release-notes/v3-0-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: v3.0.0
position: 2
---
## What's Changed
- The classes Client, Message, Chat and User now inherit from their respective classes in Pyrogram. This mean you can use them as if they were the original classes from Pyrogram. This is super useful for the IDEs to provide code completion and type checking of the pyromod features.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/release-notes/v3-1-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: v3.1.0 (latest)
id: latest
sidebar_position: 0
---
## Breaking changes
Expand Down

0 comments on commit 1fe020f

Please sign in to comment.