From f9d0bebad743d5fa9177e758154f20da67a64436 Mon Sep 17 00:00:00 2001 From: Shubham Raghav Date: Thu, 20 Aug 2026 13:59:19 +0530 Subject: [PATCH] docs: add changelog entry for the @Service() migration Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7b34022..508590275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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 + +- Refactored the services to use the `@Service()` decorator of Angular + ## 3.55.0 - 2026-08-19 ### Added