Skip to content
Snippets Groups Projects

Release v0.14.0

Merged Florian Spreckelsen requested to merge release-v0.14.0 into main
1 file
+ 2
12
Compare changes
  • Side-by-side
  • Inline
+ 2
12
@@ -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 ###
Loading