# 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]
### Changed
- [BREAKING CHANGE] Renamed `Texture2` to `Texture2D` and `Texture3` to `Texture3D`
- Update developer dependencies.

### Fixed
- Dev dependencies `ts-node` and `sinon` are not restricted to old versions and can now be updated now.
- Strict compile settings applied to testing now.

### Added
- Text rendering and labeling supporting 2D and 3D positioning and font basic asset loading. See

## [0.3.20] - 2010-10-18
### Fixed
- `ReadbackPass` (https://github.com/cginternals/webgl-operate/commit/3782399f1fd85555e0433bea0288cbb768caef59)

*see git log for older releases*
