From 1a240e103e4ed3567d679174cc2c8e0c79b166fe Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 20 Mar 2024 19:31:15 -0700 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4d959df..3956e566c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- **🎉 Webhook Feature**: You can now subscribe to new user sign-up events by adding a webhook URL. Access it through the admin panel > admin settings > webhook URL. -- **🌍 Language Support**: Spanish, Catalan, and Vietnamese languages have been added, with enhancements made to existing languages. +- **🔗 Webhook Integration**: Now you can subscribe to new user sign-up events via webhook. Simply navigate to the admin panel > admin settings > webhook URL. +- **🛡️ Enhanced Model Filtering**: Alongside Ollama, OpenAI proxy model whitelisting, we've added model filtering functionality for LiteLLM proxy. +- **🌍 Expanded Language Support**: Spanish, Catalan, and Vietnamese languages are now available, with improvements made to others. ### Fixed