From cf9d9765ac4fd48e4bc02d18df22411ca2cee1de Mon Sep 17 00:00:00 2001 From: Shalvah Date: Fri, 21 May 2021 13:29:27 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a862c9..0b2c0699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removals +## 2.7.0 (Friday, 21 May 2021) +### Modified +- Use Laravel `public_path` rather than `public/` for assets (https://github.com/knuckleswtf/scribe/pull/214) +### Fixed +- Format form-data params properly in Postman collection (https://github.com/knuckleswtf/scribe/pull/198) +- Unescape Unicode values in Postman collection (https://github.com/knuckleswtf/scribe/pull/207) + ## 2.6.0 (Thursday, 8 April 2021) ### Modified - Try It Out: set input field type to "password" if field name contains "password" (https://github.com/knuckleswtf/scribe/pull/195)