Skip to content

Commit

Permalink
Mention removed HashArray in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemowmde committed Sep 13, 2017
1 parent 0460d67 commit 16f54e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ dist: trusty
php:
- 5.5
- 5.6
- 7
- 7.0
- 7.1
- hhvm

sudo: false
Expand Down
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This release removes integers as acceptable entity IDs.
#### Breaking changes
* `Item::setId` and `Property::setId` do not accept integers any more.
* Removed `Item::getSiteLinks` and `Item::hasSiteLinks`.
* Removed `HashArray`.
* `SnakList` does not extend `HashArray` any more. This removes the following public and protected
methods, or makes them private: `addElement`, `getByElementHash`, `getNewOffset`, `getObjectType`,
`hasElement`, `hasElementHash`, `hasValidType`, `preSetElement`, `removeByElementHash`,
`removeElement`, and `setElement`.
* Added periods to the list of disallowed characters in `RepositoryNameAssert`.

#### Other changes
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<ruleset name="WikibaseDataModel">
<rule ref="vendor/wikibase/wikibase-codesniffer/Wikibase">
<rule ref="./vendor/wikibase/wikibase-codesniffer/Wikibase">
<exclude name="PSR2.Methods.MethodDeclaration" />
</rule>

Expand Down

0 comments on commit 16f54e9

Please sign in to comment.