Skip to content

Commit

Permalink
Edit CHANGELOG.md
Browse files Browse the repository at this point in the history
For PRs #7088 and #7035
Some more edits for docs compliance.
  • Loading branch information
pallavisontakke committed Jul 2, 2024
1 parent 6e0a6f4 commit 4b96417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .unreleased/fix_7088

This file was deleted.

9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ After you run `ALTER EXTENSION`, you must run [this SQL script](https://github.c
If you are migrating from TimescaleDB v2.15.0, v2.15.1 or v2.15.2, no changes are required.

**Bugfixes**
* #7061: Fix handling of multiple unique indexes in compressed INSERT.
* #7080: Fix `corresponding equivalence member not found` error.
* #7061: Fix the handling of multiple unique indexes in a compressed INSERT.
* #7080: Fix the `corresponding equivalence member not found` error.
* #7088: Fix the leaks with the functions in DML.
* #7035: Fix the error when acquiring a tuple lock on the OSM chunks on the replica.

**Thanks**
* @Kazmirchuk for reporting the issue with leaks with the functions in DML.

## 2.15.2 (2024-06-07)

Expand Down

0 comments on commit 4b96417

Please sign in to comment.