Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronophylos committed Mar 22, 2021
1 parent b57850e commit f69855f
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Export `socket`, `ssl`, `requests`, `semver` and `ujson`

### Changed

- Rename to `EridiumLib`
- `log` now takes multiple argument to be closer to `unrealsdk.Log`

## [0.2.0] - 2021-03-20

### Added

- `dist` with `_socket`, `_ssl` and other files needed to make `requests` work
- `getLatestVersion` and `isLatestRelease` functions
- Automatic releases and linting with Github Actions
- Licenses for *OpenSSL* and *Python 3.7*

### Changed

- Moved `isClient` to `Eridium`
- Mod name to `EridiumLib`

### Removed

- Wrapped classes, they do not align with the goal of this library

## [0.1.0] - 2021-03-19

Initial Release

[Unreleased]: https://github.com/RLNT/bl2_eridium/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/RLNT/bl2_eridium/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/RLNT/bl2_eridium/releases/tag/v0.1.0

0 comments on commit f69855f

Please sign in to comment.