Skip to content

Commit

Permalink
Release v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Meorawr committed Jun 4, 2023
1 parent 7bb7caf commit 81fe65a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [v3.1]
### Added
- Added the `pcallwithenv(f, env, [args...])` base library function.
- Added compatibility option interface. This allows toggling any potentially incompatible changes made for reference client compatibility.
Expand Down Expand Up @@ -89,7 +89,8 @@
- Added all math library extensions present in the in-game environment as well as their global aliases.
- Added all global aliases to the OS libary functions as present in the in-game environment.

[Unreleased]: https://github.com/Meorawr/elune/compare/v3.0...HEAD
[Unreleased]: https://github.com/Meorawr/elune/compare/v3.1...HEAD
[v3.1]: https://github.com/Meorawr/elune/compare/v3.0...v3.1
[v3.0]: https://github.com/Meorawr/elune/compare/v2.2...v3.0
[v2.2]: https://github.com/Meorawr/elune/compare/v2.1...v2.2
[v2.1]: https://github.com/Meorawr/elune/compare/v2.0...v2.0
Expand Down

0 comments on commit 81fe65a

Please sign in to comment.