From 7064b8f5b0d27aae25a918cacd9e6c3dcd4d3351 Mon Sep 17 00:00:00 2001 From: Kieran Ryan Date: Sun, 12 Jan 2025 18:55:43 +0000 Subject: [PATCH] chore: Changelog extended Python docstring with type hints --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7076792..de2da731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added +- [Python] Extended documentation and type hints within docstrings ([#182](https://github.com/cucumber/tag-expressions/pull/182)) ## [6.1.1] - 2024-10-28 ### Changed