From e6d86e7b8b05f31f556fa7d188ffcef1c3af5d03 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 25 May 2024 20:40:22 -0400 Subject: [PATCH] finish updating changelog with non-bot PR titles --- HISTORY.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f18850c..9d03d60 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,9 +7,12 @@ History 0.15.0 (2024-05-25) -------------------------------- +* Feature: Support websockets client / endpoints (#508) * Documentation: Add crypto endpoint examples (#621) -* Development: Code is formatted with black: (#663) -* CI: No longer testing Python versions older than 3.10 (#944) +* Development: Code is formatted with black (#663) +* CI: Stopped testing Python versions older than 3.10 (#944) +* CI: fixed CodeCov upload (#856) +* CI: Add CodeQL for static analysis scanning (#785) * Minor: bumped development / examples dependencies 0.14.0 (2021-03-06)