We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea7883 commit 5e84452Copy full SHA for 5e84452
CHANGES
@@ -1,3 +1,9 @@
1
+0.9.0
2
+=====
3
+
4
+* Added support for PHP enums. Simple, Backed and Advanced enum declarations
5
+ are supported.
6
7
0.8.1
8
=====
9
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='sphinxcontrib-phpdomain',
17
- version='0.8.1',
+ version='0.9.0',
18
url='https://github.com/markstory/sphinxcontrib-phpdomain',
19
download_url='http://pypi.python.org/pypi/sphinxcontrib-phpdomain',
20
license='BSD',
0 commit comments