Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjercan committed Apr 3, 2024
1 parent 7dc1b8e commit c45e49d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- @alexjercan Snake Game example
- @alexjercan Float support
- @alexjercan Random module `random`
- @alexjercan Threading module `threading`
- @alexjercan Netowrking module `net`

### Changed

- @alexjercan Updated the module implementation to use dependency resolution
- @TunifyBasic Updated Makefile with log messages for each step

### Fixed

- @alexjercan Disallow usage of extern variables in assign

## [1.0.0] - 2024-03-27

### Added

- @alexjercan Implement the initial version of the compiler
- @alexjercan Extend the language with `extern` keyword
- @alexjercan Integration with Linux syscalls
- @alexjercan Memory allocation module `mallocator`
- @alexjercan Graphics module `raylib`
- @alexjercan Basic datastructures module `data`

0 comments on commit c45e49d

Please sign in to comment.