CHANGELOG.md: Add note about Python dependencies

This commit is contained in:
Alan Orth 2019-08-29 00:31:31 +03:00
parent a648183f35
commit 1aedc0ca29
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ 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
### Updated
- Run pipenve update, bringing psycogpg 2.8.3, requests 2.22.0, and pytest 5.1.1
## [1.1.0] - 2019-05-05
## Updated
- Falcon 2.0.0 (@alanorth)