Skip to content

Commit

Permalink
improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Nov 23, 2024
1 parent b66f772 commit 4796eb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Optional table existence check optimization for Store implementations (#860)
- Store implementations can now **optionally** implement this interface to provide optimized table
existence checks
- Store implementations can now **optionally** implement the `TableExists` method to provide
optimized table (#860) existence checks
- Default postgres implementation updated to use `pg_tables` system catalog, more to follow
- Backward compatible change - existing implementations will continue to work without modification

Expand Down

0 comments on commit 4796eb9

Please sign in to comment.