Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
GitHub releases aren't really enough to communicate changes.
  • Loading branch information
jgayfer committed Jun 13, 2024
1 parent 4ef1153 commit d4c837c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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

- WebGL2 support (#7).

## [0.1.3] - 2024-06-02

### Fixed

- Point light position not respecting camera transform (#4).

## [0.1.0] - 2024-05-26

Initial release.

0 comments on commit d4c837c

Please sign in to comment.