@@ -23,15 +23,15 @@ V010 | MAJOR | Class public method parameter changed
2323V011 | MAJOR | Class protected method parameter changed
2424V012 | MAJOR | * New public constructor (does not match supertype)*
2525V013 | MAJOR | * New protected constructor (does not match supertype)*
26+ V015 | MAJOR | Class public method added
27+ V016 | MAJOR | Class protected method added
2628V014 | 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)
2929V017 | MINOR | * Final class public method added*
3030V018 | MINOR | * Final class protected method added*
3131V019 | MINOR | * Class public property added*
3232V020 | 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*
3535V023 | PATCH | [ Final] Class public class method implementation changed
3636V024 | PATCH | [ Final] Class protected class method implementation changed
3737V025 | PATCH | [ Final] Class private class method implementation changed
@@ -69,19 +69,19 @@ V042 | MAJOR | Trait public method parameter changed
6969V043 | MAJOR | Trait protected method parameter changed
7070V044 | MAJOR | * New public constructor (does not match supertype)*
7171V045 | 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
7280V046 | 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*
7781V051 | MINOR | * REMOVED*
7882V052 | PATCH | Trait public method implementation changed
7983V053 | PATCH | Trait protected method implementation changed
8084V054 | 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
8585V059 | PATCH | Trait private method parameter changed
8686V064 | PATCH | Trait public method parameter name changed
8787V065 | PATCH | Trait protected method parameter name changed
0 commit comments