-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHANGELOG: Create a changelog for CLiC with some high-level notes
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## [Unreleased] | ||
|
||
* Fix nonquote/all subset queries when a chapter is empty | ||
* Code samples for direct CLiC API usage | ||
* Remove useless "0 from start" option in KWICGrouper | ||
|
||
## 1.6.1 (2017-11-08) | ||
|
||
* Work around file-handle leaks in cheshire3 | ||
* Row selection fixes | ||
* Fix /subsets redirect | ||
* Add CLiC & corpora versions to every API response | ||
* Empty CLiC cache on re-install | ||
* Fix header colour | ||
|
||
## 1.6.0 (2017-11-02) | ||
|
||
* Rework entire CLiC codebase & repository, removing old code and large commits. Old code is available at https://github.com/birmingham-ccr/clic-legacy | ||
* Split CLiC into distinct REST API and clientside SPA parts | ||
* Rework CLiC UI |