You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## Unreleased
8
+
9
+
### Fixed
10
+
- Fixed permissions checks on search results for search interfaces that would cause misleading counts. [#60](https://github.com/clowder-framework/clowder/issues/60)
11
+
7
12
## 1.12.0 - 2020-10-19
8
13
**_Warning:_**
9
14
- This update modifies the MongoDB schema. Make sure to start the application with `-DMONGOUPDATE=1`.
@@ -24,7 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
29
- Ignore the `update` field when posting to `/api/extractors`. [#89](https://github.com/clowder-framework/clowder/issues/89)
25
30
- Search results were hardcoded to be in batches of 2.
26
31
27
-
# 1.11.2 - 2020-10-13
32
+
##1.11.2 - 2020-10-13
28
33
29
34
### Fixed
30
35
- Clowder healthcheck was not correct, resulting in docker-compose never thinking it was healthy. This could also result
0 commit comments