Skip to content

Commit 1e65d42

Browse files
author
Francisco Solis
authored
Update CHANGELOG.md
1 parent 1d11585 commit 1e65d42

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v5.0.0-SNAPSHOT Changelog:
2+
```
3+
* Updated .gitignore file
4+
* Added Java 16 Support
5+
* Added Caching system for some utilities
6+
* SLF4J-api and SLF4J-nop is now compiled into SuperCoreAPI
7+
* Moved libraries to package xyz.theprogramsrc.supercoreapi.libs
8+
* Added util to retrieve Message Digest Instance
9+
* Added util to generate checksum from file
10+
* Removed placeholder injectors so checksum validation will work
11+
* Dependency Manager will only load if the class LibraryLoader exists
12+
* Added Utils#hasClass to check if a class exists
13+
* Fixed Utils#downloadFile (basically added User Agent)
14+
* Fixed some tests
15+
```
16+
17+
> Sorry for the little gap here, forgot to update this. You can check the changelogs [here](https://github.com/TheProgramSrc/SuperCoreAPI/releases)
18+
119
## v4.2.13 Changelog:
220
```
321
* Moved Log Filter register method to the LogsFilter class
@@ -101,4 +119,4 @@
101119
* Added SpigotPlugin Field to SpigotModule
102120
* Code Improvements
103121
* Bug Fixes
104-
```
122+
```

0 commit comments

Comments
 (0)