# Change Log for pseuCo static semantics

## 2.1.1 - 2024-05-31

### Fixed
- For if-statements without an `else` part the type checker sometimes incorrectly reported that it is return-exhaustive.

## 2.1.0 - 2024-03-28

### Changed
- Upgraded @pseuco/lang to version 2.0.0.

## 2.0.0 - 2024-03-21

### Added
- Support for type warnings (additional warnings may come later)

### Changed
- Major change: @pseuco/lang is now a peer dependency instead of a regular dependency. Users of this package must add @pseuco/lang also as a peer dependency.

## 1.0.0 - 2024-03-07

### New
- Initial version

