From 39180cc4ecbcaa87c59b925845500d23795eed02 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:11:58 +0200 Subject: [PATCH] sqlite CHANGELOG.md (#215) * changelog template for sqlite * add entry for output converters --- sqlite/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sqlite/CHANGELOG.md b/sqlite/CHANGELOG.md index 1498f817f..aea8f1671 100644 --- a/sqlite/CHANGELOG.md +++ b/sqlite/CHANGELOG.md @@ -4,6 +4,12 @@ - The format is based on [Keep a Changelog](http://keepachangelog.com/). - This project adheres to [Semantic Versioning](http://semver.org/). +## Version 1.2.0 - 2023-09-06 + +### Changed + +- `cds.Decimal` and `cds.Float` return numbers instead of strings + ## Version 1.1.0 - 2023-08-01 ### Changed