From b195fc9137ccea05979b12aa343f2cea2a884222 Mon Sep 17 00:00:00 2001 From: Connor Osborn Date: Fri, 28 Sep 2018 11:50:36 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f939836b3..88b813a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,11 +29,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Format codebase with `yapf` require code to be formatted in travis build ([#677](https://github.com/cyverse/atmosphere/pull/677)) +### Fixed + - Fix nginx gateway timeout on unshelve + ([#686](https://github.com/cyverse/atmosphere/pull/686)) + ## [v34-4](https://github.com/cyverse/atmosphere/compare/v34-3...v34-4) - 2018-09-25 ### Fixed - Fix un-registered service tasks ([#683](https://github.com/cyverse/atmosphere/pull/683)) + ## [v34-3](https://github.com/cyverse/atmosphere/compare/v34-2...v34-3) - 2018-09-24 ### Changed - Upgrade to rtwo version 0.5.24 to get more defensive pagination logic