# 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 ### Added - Add new field type: IntegerListField for handling comma-separated integer lists ### Changed - Replaced `__getattribute__` implementation with Python's descriptor protocol for better performance and cleaner code ## [v0.2.0](https://github.com/cccaballero/envmodel/releases/tag/v0.2.0) - 2025-04-11 ### Added - Add new feature: allowed_values attribute to field types ### Changed - Updated isort requirement from <5.14,>=5.12 to >=5.12,<6.1 ## [v0.1.0-2](https://github.com/cccaballero/envmodel/releases/tag/v0.1.0-2) - 2025-03-26 ### Added - v0.1.0-2 - Initial release