Skip to content

Commit 61238f0

Browse files
Merge pull request #157 from hinashi/update/changelog/v3.1.0
Updated CHANGELOG for v3.1.0
2 parents 752bb83 + 9e1bcf1 commit 61238f0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## In development
3+
## v3.1.0
44

55
### Added
66
* Added `^` and `$` operators on filtering attribute values in advanced search
@@ -13,14 +13,20 @@
1313
Entities (#114).
1414
* Added "django.contrib.humanize" to the INSTALLED_APPS to be able to handle
1515
data as a human touched one.
16+
* Expanded Entry.to_dict to be able to more detail information.
1617

1718
### Changed
1819
* Replace ldap3 with python-ldap for solving license problem (#134).
20+
* Support Python 3.8
21+
* Update Celery and Kombu version
22+
* Celery from v4.2.0 to v4.4.7
23+
* Kombu from v4.2.1 to v4.6.11
1924

2025
### Fixed
2126
* Fixed a bug that entries which are searched in an editing page's form would
2227
not be found (#124).
2328
* Fixed a search query timeout for long keywords (#145)
29+
* Fixed a minor problem about version displaying
2430

2531
## v3.0.0
2632

@@ -32,10 +38,6 @@
3238
### Changed
3339
* Update Django version from v1.11 to v2.2 (LTS)
3440
* Droped Python 3.5 support
35-
* Support Python 3.8
36-
* Update Celery and Kombu version
37-
* Celery from v4.2.0 to v4.4.7
38-
* Kombu from v4.2.1 to v4.6.11
3941

4042
### Fixed
4143
* Fixed not being redirected to the original URL after login

0 commit comments

Comments
 (0)