Skip to content

Update RELEASE NOTES to 1.0.2 #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ at the heart of the [Wikibase software](http://wikiba.se/).

## Release notes

### 1.0.2 (dev)
### 1.0.2 (2015-05-28)

#### Enhancements
* Adapt to DataValuesJavaScript 0.7.0.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Made compatible with DataValues JavaScript 0.7.0"?

* SnakList.merge() accepts null.
* Updated code documentation for being able to automatically generate a proper documentation using JSDuck.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"irc": "irc://irc.freenode.net/wikidata"
},
"require": {
"data-values/javascript": "~0.6.0"
"data-values/javascript": "~0.6.0|~0.7.0"
},
"autoload": {
"files": [
Expand Down