@@ -23,15 +23,15 @@ V010 | MAJOR | Class public method parameter changed
23
23
V011 | MAJOR | Class protected method parameter changed
24
24
V012 | MAJOR | * New public constructor (does not match supertype)*
25
25
V013 | MAJOR | * New protected constructor (does not match supertype)*
26
+ V015 | MAJOR | Class public method added
27
+ V016 | MAJOR | Class protected method added
26
28
V014 | MINOR | Class added
27
- V015 | MINOR | Class public method added * (display a notice that the method may overlap)* (MAJOR when not final)
28
- V016 | MINOR | Class protected method added * (display a notice that the method may overlap)* (MAJOR when not final)
29
29
V017 | MINOR | * Final class public method added*
30
30
V018 | MINOR | * Final class protected method added*
31
31
V019 | MINOR | * Class public property added*
32
32
V020 | MINOR | * Class protected property added*
33
- V021 | MINOR | Class protected method parameter changed * (MAJOR when not final) *
34
- V022 | MAJOR | * Final class protected method removed*
33
+ V021 | MINOR | * Final class protected method parameter changed*
34
+ V022 | PATCH | * Final class protected method removed*
35
35
V023 | PATCH | [ Final] Class public class method implementation changed
36
36
V024 | PATCH | [ Final] Class protected class method implementation changed
37
37
V025 | PATCH | [ Final] Class private class method implementation changed
@@ -69,19 +69,19 @@ V042 | MAJOR | Trait public method parameter changed
69
69
V043 | MAJOR | Trait protected method parameter changed
70
70
V044 | MAJOR | * New public constructor (does not match supertype)*
71
71
V045 | MAJOR | * New protected constructor (does not match supertype)*
72
+ V047 | MAJOR | Trait public method added
73
+ V048 | MAJOR | Trait protected method added
74
+ V049 | MAJOR | * Trait public property added*
75
+ V050 | MAJOR | * Trait protected property added*
76
+ V055 | MAJOR | * Trait private property added*
77
+ V056 | MAJOR | * Trait private property removed*
78
+ V057 | MAJOR | Trait private method added
79
+ V058 | MAJOR | Trait private method removed
72
80
V046 | MINOR | Trait added
73
- V047 | MINOR | Trait public method added * (display a notice that the method may overlap)* (MAJOR when not final)
74
- V048 | MINOR | Trait protected method added * (display a notice that the method may overlap)* (MAJOR when not final)
75
- V049 | MINOR | * Trait public property added*
76
- V050 | MINOR | * Trait protected property added*
77
81
V051 | MINOR | * REMOVED*
78
82
V052 | PATCH | Trait public method implementation changed
79
83
V053 | PATCH | Trait protected method implementation changed
80
84
V054 | PATCH | Trait private method implementation changed
81
- V055 | PATCH | * Trait private property added*
82
- V056 | PATCH | * Trait private property removed*
83
- V057 | PATCH | Trait private method added
84
- V058 | PATCH | Trait private method removed
85
85
V059 | PATCH | Trait private method parameter changed
86
86
V064 | PATCH | Trait public method parameter name changed
87
87
V065 | PATCH | Trait protected method parameter name changed
0 commit comments