forked from markstory/sphinxcontrib-phpdomain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
35 lines (24 loc) · 709 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
0.2.0
=====
* This is a Breaking change. The PHP Domain can now run under sphinx 1.4.5.
0.1.4
=====
* Added support for traits.
0.1.3
=====
* Fixed issues with global functions getting nested inside classes that preceded them.
* Fixed static methods being omitted from the index.
* Interface support added (thanks heavenshell).
0.1.2
=====
* Made it possible to not require class properties to be nested under the
class definition.
* Added ``.. php:staticmethod:`` to solve ambiguity in method naming.
* Added prefixes for a number of things, and removed classname as a prefix for
indented class constants.
0.1.1
=====
* Fixed issues with constant documentation.
0.1.0
=====
* Initial release.