Auto status change to "Under Review"
Show More
@@ -1,26 +1,28 b'' | |||||
1 | # Changelog |
|
1 | # Changelog | |
2 |
|
2 | |||
3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
|
3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | |
4 |
|
4 | |||
5 | <!-- |
|
5 | <!-- | |
6 | PRs should document their user-visible changes (if any) in the |
|
6 | PRs should document their user-visible changes (if any) in the | |
7 | Unreleased section, uncommenting the header as necessary. |
|
7 | Unreleased section, uncommenting the header as necessary. | |
8 | --> |
|
8 | --> | |
9 |
|
9 | |||
10 | <!-- ## Unreleased --> |
|
10 | <!-- ## Unreleased --> | |
11 | <!-- ### Changed --> |
|
11 | <!-- ### Changed --> | |
12 | <!-- ### Added --> |
|
12 | <!-- ### Added --> | |
13 | <!-- ### Removed --> |
|
13 | <!-- ### Removed --> | |
14 | <!-- ### Fixed --> |
|
14 | <!-- ### Fixed --> | |
15 |
|
15 | |||
16 |
|
16 | |||
17 | ## Unreleased [2.0.0 - 2019-04-XX] |
|
17 | ## Unreleased [2.0.0 - 2019-04-XX] | |
18 | ### Changed |
|
18 | ### Changed | |
19 | * require Elasticsearch 6.x |
|
19 | * require Elasticsearch 6.x | |
20 | * move data structure to single document per index |
|
20 | * move data structure to single document per index | |
|
21 | * got rid of bower and moved to npm in build process | |||
|
22 | * updated angular packages to new versions | |||
21 |
|
23 | |||
22 | ## [1.2.0 - 2019-03-17] |
|
24 | ## [1.2.0 - 2019-03-17] | |
23 | ### Changed |
|
25 | ### Changed | |
24 | * Replaced elasticsearch client |
|
26 | * Replaced elasticsearch client | |
25 | * Bumped a most deps to latest version |
|
27 | * Bumped a most deps to latest version | |
26 | * Preparing to move from elasticsearch 2.x to modern versions |
|
28 | * Preparing to move from elasticsearch 2.x to modern versions |
General Comments 4
Auto status change to "Under Review"
You need to be logged in to leave comments.
Login now