Skip to content

Commit

Permalink
docs: update changelog and documentation to indicate golang support (#…
Browse files Browse the repository at this point in the history
…557)

* docs: update changelog and documentation to indicate golang support

* Update programming-languages.md
  • Loading branch information
wsxiaoys authored Oct 14, 2023
1 parent b9df0eb commit 7ae1a97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v0.4.0 [Unreleased]

## Features
* Supports golang: https://github.com/TabbyML/tabby/issues/553

## Fixes and Improvements

Expand Down
4 changes: 2 additions & 2 deletions website/docs/programming-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ For an actual example of an issue or pull request adding the above support, plea
* [Python](https://www.python.org/)
* [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
* [TypeScript](https://www.typescriptlang.org/)
* [Golang](https://www.go.dev/): Since v0.4.0

## Languages Missing Certain Support

Expand All @@ -33,12 +34,11 @@ For an actual example of an issue or pull request adding the above support, plea
| C/C++ | 🚫 | 🚫 |
| C# | 🚫 | 🚫 |
| CSS | 🚫 | 🚫 |
| Go | 🚫 | 🚫 |
| Haskell | 🚫 | 🚫 |
| Java | 🚫 | 🚫 |
| Julia | 🚫 | 🚫 |
| Lua | 🚫 | 🚫 |
| PHP | 🚫 | 🚫 |
| Perl | 🚫 | 🚫 |
| Ruby | 🚫 | 🚫 |
| Scala | 🚫 | 🚫 |
| Scala | 🚫 | 🚫 |

0 comments on commit 7ae1a97

Please sign in to comment.