Skip to content

Commit e221ead

Browse files
authored
Add deprecate type to README.md
1 parent 1115b43 commit e221ead

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ I use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) wit
5151
- **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc); or changes to CSS rules.
5252
- **test**: Adding missing tests or correcting existing tests.
5353
- **change**: Describes any kind of change. -- If none of the above types fit the bill, then this type can be used. **Use sparingly**.
54+
- **deprecate**: Deprecates existing functionality, but does not remove it.
5455
5556
# OOP Principles
5657

0 commit comments

Comments
 (0)