Skip to content

Commit 1fc5b95

Browse files
committed
fix typo in changelog
1 parent 31d99c0 commit 1fc5b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Development
1818
- Fix querying on `(Generic)EmbeddedDocument` subclasses fields #475
1919
- Generate unique indices for `SortedListField` and `EmbeddedDocumentListFields` #2020
2020
- BREAKING CHANGE: Changed the behavior of a custom field validator (i.e `validation` parameter of a `Field`). It is now expected to raise a `ValidationError` instead of returning True/False #2050
21-
- BREAKING CHANGE: `QuerySet.aggreagte` now takes limit and skip value into account #2029
21+
- BREAKING CHANGE: `QuerySet.aggregate` now takes limit and skip value into account #2029
2222
- BREAKING CHANGES (associated with connect/disconnect fixes):
2323
- Calling `connect` 2 times with the same alias and different parameter will raise an error (should call `disconnect` first).
2424
- `disconnect` now clears `mongoengine.connection._connection_settings`.

0 commit comments

Comments
 (0)