From 2e02fecd46a18e4d8f4bfa80ce6895e301d3c1bb Mon Sep 17 00:00:00 2001 From: daimond113 Date: Wed, 12 Feb 2025 23:15:43 +0100 Subject: [PATCH] chore(registry): add missing changelog entries --- registry/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/registry/CHANGELOG.md b/registry/CHANGELOG.md index c913a16..070ca5e 100644 --- a/registry/CHANGELOG.md +++ b/registry/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Changed +- Make aliases case-insensitive by @daimond113 + ## [0.2.0-rc.2] - 2025-02-10 ### Changed - Remove native-tls dependency by @daimond113