diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a17b57..4e181a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ ## [Unreleased] -* Open dump in Explorer/Finder when finished (#43). -* Made it possible (again) to input loose JSON into find view inputs, i.e. `{ key: 'val' }` or `{ 'num': 2 }` besides `{ "strict": "json" }`. -* Improved error logging and dialogs. -* Fixed host editing bug. -* Made table headers stick to the top. +* Added Excel export format (#46). * Improved the application menu. +* Improved error logging and dialogs. +* Made table headers stick to the top. +* Made it possible (again) to input loose JSON into find view inputs, i.e. `{ key: 'val' }` or `{ 'num': 2 }` besides `{ "strict": "json" }`. +* Fixed host editing bug. +* Open dump in Explorer/Finder when finished (#43). ## [v0.2.1]