From 98aaad8d7d734fc09e723ded77ee938afebcaf41 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Tue, 20 Feb 2024 17:03:33 +0100 Subject: [PATCH] DOC: Update changelog for release --- CHANGELOG.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe2d07c..f3310677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - Date +## [0.14.0] - 2024-02-20 ### Added ### @@ -13,22 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 which allows to identify property values with each other in case that one is an id and the other is an Entity with this id. Default is ``False``, so no change to the default behavior. -* apiutils.escape_quoted_text for escaping text in queries. +* `apiutils.escape_quoted_text` for escaping text in queries. ### Changed ### * `cached_query()` now also caches uniqueness related exceptions. -### Deprecated ### - -### Removed ### - -### Fixed ### - -### Security ### - -### Documentation ### - ## [0.13.2] - 2023-12-15 ### Fixed ### -- GitLab