CHANGELOG.md in jets-1.4.5 vs CHANGELOG.md in jets-1.4.6

- old
+ new

@@ -1,10 +1,21 @@ # Change Log All notable changes to this project will be documented in this file. This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0. +## [1.4.6] +- #118 from tongueroo/fix-mega-query-string +- #120 from tongueroo/tidy-webpacker +- #123 from tongueroo/cp-r +- #124 from tongueroo/webpacker-update +- #125 from tongueroo/fix-redirect-for-custom-domains +- #126 from tongueroo/route-53-option config.domain.route53 option +- #127 from tongueroo/github-templates +- more specific regexp for project_name in parse_project_name +- tidy webpacker app/javascript/src and public/packs to keep code sizes down + ## [1.4.5] - include JETS_PROJECT_NAME as jets_env function var when set ## [1.4.4] - #116 from tongueroo/assets: fix public assets folders to serve directly from s3 @@ -105,11 +116,11 @@ - pull request #76 from tongueroo/api-endpoint - pull request #77 from tongueroo/api-auth - fix jets new, comment out building of middleware during boot for now ## [1.1.1] -- provide instructions to run jets upgrade:v1 for config.ru update +- provide instructions to run jets upgrade for config.ru update ## [1.1.0] - rack compatibility pull request #72 from tongueroo/rack - remove Jets::Timing pull request #73 from tongueroo/rm-timing @@ -176,10 +187,10 @@ - upgrade to jets-gems. pull request #53 from tongueroo/gems - jets gems:check command - jets gems:sources hidden command ## [1.0.1] -- jets upgrade:v1 command +- jets upgrade command - Merge pull request #52 from tongueroo/upgrade-command ## [1.0.0] - Mega Mode: Rails Support, Rack Support - jets import:rails command