Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 20, 2021
1 parent c615843 commit fff4869
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.0.0

* Support for [the Web Ontology Language (OWL)](https://en.wikipedia.org/wiki/Web_Ontology_Language) (including for [the ActivityStream vocabulary](https://www.w3.org/TR/activitystreams-core/))
* Support for [XML Schema](https://en.wikipedia.org/wiki/XML_Schema_(W3C)) types
* Improved type hints generation
* Better PHPDoc support
* Upgrade to EasyRDF 1.0
* The `generate-types` command has been renamed `generate`

## 2.2.2

* Update to Symfony 5
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
backupGlobals="false"
colors="true">
<php>
<server name="SYMFONY_PHPUNIT_VERSION" value="9" />
<server name="SYMFONY_PHPUNIT_REMOVE" value="" />
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0" />
</php>
Expand Down

0 comments on commit fff4869

Please sign in to comment.