Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

44 lines (28 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0 - 2022-10-11

Added

  • Added lfiles module.
  • Added functions llists:enumerate/1, llists:enumerate/2, llists:uniq/1 and llists:uniq/2.

Deprecated

  • The llist_utils:enumerate/1 function is now replaced by llists:enumerate/1 and should no longer be used.

1.1.0 - 2019-4-19

Added

  • Added functions llists_utils:combinations/2, llists_utils:combinations/3, llists_utils:cycle/1, llists_utils:permutations/2, llists_utils:permutations/3, llists_utils:choice/1, llists_utils:enumerate/1, llists_utils:random/0 and llists_utils:random/1.

1.0.0 - 2019-3-22

Added

  • Initial release.