Skip to content

Commit

Permalink
Update changelog to mention database
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Dec 1, 2018
1 parent f45ad6b commit 631d9c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Build 33 (unreleased)

### Added
- Database changed from GDBM to SQLite, it's now much more reliable. You will need to reinstall the app, otherwise you'll get an error on launch.

### Fixed
- Segfault while doing large download with pip, due to returning NULL from successful mremap. ffmpeg also had this problem.
- File provider now shows files like it's supposed to.

0 comments on commit 631d9c4

Please sign in to comment.