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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Revision history for hiedb

## 0.8.0.0

* Bump base and ghc version bounds to support GHC 9.14
* Use prepared statements to speedup SQLite indexing
* Initialize name cache with known keys to prevent confusion with built in names (GHC #26055)

## 0.7.0.0

* DB schema change: added new bool field `refs.is_generated` to distinguish between references coming from source code
Expand Down
Loading