diff --git a/CHANGELOG.md b/CHANGELOG.md index ae4d1f6..82b0cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# laces Changelog +# Laces Changelog All notable changes to this project will be documented in this file. @@ -9,11 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add more tests and example usage. +- Add more tests and example usage. ([#6](https://github.com/tbrlpld/laces/pull/6)) +- Extended documentation in [README](./README.md). ([#7](https://github.com/tbrlpld/laces/pull/7)) ### Changed -- ... +- Fixed tox configuration to actually run Django 3.2 in CI. Tox also uses the "testing" dependencies without the need to duplicate them in the `tox.ini`. ([#7](https://github.com/tbrlpld/laces/pull/7)) ### Removed