Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.5.0] - 2021-03-10

### Fixed

* Fixed not finding field in tuple on ``crud.update`` if
Expand All @@ -19,7 +21,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

* Support for UUID field types and UUID values
* `fields` option for simple operations and select/pairs calls with pagination support to get partial result
* `fields` option for simple operations and select/pairs calls with pagination
support to get partial result

## [0.4.0] - 2020-12-02

Expand Down