Skip to content

Commit 4bed6b8

Browse files
authored
Merge pull request #193 from jsteemann/bug-fix/changelog-typos
fix some typos in CHANGELOG.rst
2 parents d4c8076 + 3dbe242 commit 4bed6b8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
1.3.4
22
=====
3-
* Bugfix: Query iterrator now returns all elements instead of a premature empty list
3+
* Bugfix: Query iterator now returns all elements instead of a premature empty list
44
* Bugfix: Collection naming when using the arango's name argument
55
* New: Schema validation example
6-
* New: Satelite graphs
6+
* New: Satellite graphs
77

88
1.3.3
99
=====
1010

1111
* SSL certificate support
1212
* More doc
1313
* Fixed on_load schema validation
14-
* Gevent, monkey patcjing breaks python's multi=processing. Removed grequests as the default, back to requests.
14+
* Gevent, monkey patching breaks python's multi=processing. Removed grequests as the default, back to requests.
1515
* Removed grequests and gevent as hard dependencies. Added explicit error messages, to prompt users can install them if needed.
16-
* Jwauth is not in it's own file
16+
* Jwauth is not in its own file
1717
* Generic rest call to database support (action) for connection, database.
1818
* Foxx support
1919
* Tasks create, delete, fetch support
@@ -24,7 +24,7 @@
2424
* Validation bug fixes
2525
* New Numeric, Int, Bool, String, Enumeration, Range validators
2626
* Fields can have default values
27-
* When creationg a new document, Collection will serve one populated with defaults
27+
* When creating a new document, Collection will serve one populated with defaults
2828
* stastd support thx to: @dothebart
2929
* properties definition in schema
3030
* AQL errors now come with prints and line numbers for everyone's convenience
@@ -47,15 +47,15 @@
4747
=====
4848

4949
* Added bulk import to connection
50-
* Added binvars to explain
50+
* Added bindvars to explain
5151

5252
1.2.8
5353
=====
5454

5555
* BugFix: recursive field validation
5656
* BugFix: fullCount option now works
5757
* Length validator will raise a ValidationError if value has no length
58-
* users can now specify custon json encoders
58+
* users can now specify custom json encoders
5959

6060
1.2.7
6161
=====
@@ -111,7 +111,7 @@
111111
* Support for ArangoDB 3.X, pyArango no longer supports 2.X versions
112112
* Support for authentication
113113
* User support added
114-
* Adedd AikidoSession to seemlessly manage request sessions
114+
* Added AikidoSession to seemlessly manage request sessions
115115
* AikidoSession stores basic stats about the requests
116116
* AikidoSession detects 401 errors and notifies the user that authentication is required
117117
* AikidoSession detects connection errors and notifies the user that arango is probably not running

0 commit comments

Comments
 (0)