Skip to content

Commit 6366798

Browse files
committed
Update CHANGELOG.md
Minor changes
1 parent 5a5e648 commit 6366798

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1+
12
v1.3.devel (xxxx-xx-xx)
23
-----------------------
34

45
* Contributors to this version:
56
* Frank Mayer (Github: @frankmayer)
67
* Francis Chuang (Github: @F21)
78

8-
-----------------------
9+
=======================
910

1011

11-
* Implemented support for ArangoDB's transactions
12+
* Implemented support for ArangoDB's transactions (see https://github.com/triAGENS/ArangoDB-PHP/issues/71)
1213

13-
* Re-implemented statistics according to new implementation in ArangoDB 1.3
14+
* Re-implemented statistics according to new implementation in ArangoDB 1.3 (see https://github.com/triAGENS/ArangoDB-PHP/issues/113)
1415

15-
* Fixed precondition failed errors
16+
* Fixed precondition failed errors (see https://github.com/triAGENS/ArangoDB-PHP/issues/95)
1617

1718
* Minor fixes in tests
1819

1920
-----------------------
2021

2122

2223

24+
25+
2326
v1.2.1 (2013-05-01)
2427
-----------------------
2528

@@ -30,7 +33,8 @@ v1.2.1 (2013-05-01)
3033
* Jan Steemann (Github: @jsteemann)
3134
* Frank Mayer (Github: @frankmayer)
3235

33-
-----------------------
36+
=======================
37+
3438
* Implemented create functions for each index type. #87
3539

3640
* Upgrade to 1.2.2 for travis.
@@ -75,15 +79,18 @@ v1.2.1 (2013-05-01)
7579

7680

7781

82+
7883
v1.2.0 (2013-03-03)
7984
-----------------------
85+
8086
* Implemented ArangoDB User-Management
8187

8288
* Fixed issue #46 "Cannot run AQL queries that produce non-document results"
8389

8490

8591

8692

93+
8794
v1.2.0-BETA2 (2013-02-23)
8895
-----------------------
8996

@@ -116,6 +123,7 @@ v1.2.0-BETA2 (2013-02-23)
116123

117124

118125

126+
119127
v1.2.0-BETA1 (2013-02-20)
120128
-----------------------
121129

@@ -147,6 +155,7 @@ v1.2.0-BETA1 (2013-02-20)
147155

148156

149157

158+
150159
v1.1.0 (2013-01-28)
151160
-------------------
152161

@@ -169,6 +178,7 @@ v1.1.0 (2013-01-28)
169178

170179

171180

181+
172182
v1.0.1 (2012-12-05)
173183
-------------------
174184

@@ -193,6 +203,7 @@ v1.0.1 (2012-12-05)
193203

194204
- CollectionHandler->index($type, $fields, $unique) ;
195205

206+
196207

197208

198209

0 commit comments

Comments
 (0)