Skip to content

Commit a19c53d

Browse files
author
aude
committed
Update RELEASE NOTES to 1.0.2
* adapt to changes in DataValuesJavaScript 0.7.0 (Remove mw.ext.dataValues)
1 parent 60d78ed commit a19c53d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ at the heart of the [Wikibase software](http://wikiba.se/).
88

99
## Release notes
1010

11-
### 1.0.2 (dev)
11+
### 1.0.2 (2015-05-28)
1212

1313
#### Enhancements
14+
* Adapt to DataValuesJavaScript 0.7.0.
1415
* SnakList.merge() accepts null.
1516
* Updated code documentation for being able to automatically generate a proper documentation using JSDuck.
1617

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"irc": "irc://irc.freenode.net/wikidata"
1818
},
1919
"require": {
20-
"data-values/javascript": "~0.6.0"
20+
"data-values/javascript": "~0.6.0|~0.7.0"
2121
},
2222
"autoload": {
2323
"files": [

0 commit comments

Comments
 (0)