Skip to content

Commit

Permalink
Update change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jun 17, 2017
1 parent 203fdc0 commit 813c2a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,17 +4,17 @@

### Breaking/large changes

* Break out Publify functionality into several engines. These engines will
become separate gems in the future (mvz)
* Use Rails' default method of setting secrect_key_base in production: Through
an environment variable. This means you will have to update your production
environment so this variable is actually set (whithajess)
* Break out Publify functionality into several engine gems (mvz)

### Other changes

* Hide spinner on ajax:complete for article search (nathanallen)
* Fix layout for log in form (mvz)
* Fix spinner for sidebar editor (mvz)
* Update copyright information and contributor list (mvz)

## 8.3.3

Expand Down
9 changes: 9 additions & 0 deletions publify_core/CHANGELOG.md
Expand Up @@ -17,6 +17,15 @@
* Update dependencies
* Drop support for Ruby 2.1
* Include CSRF meta tag so remote forms work
* Performance improvements
* Improve tags controller
* Unify content models more to improve performance when mixing models
* Replace home-grown state machine with aasm
* Remove automigration. Users should run db:migrate themselves
* Let first-run users pick their own password and fix sending of welcome email
* Fix URL/alternate links in RSS and Atom feeds
* Fix Tag page description
* Clean up archives and authors page code and cache those pages

## 9.0.0.pre6 / 2016-12-23

Expand Down

0 comments on commit 813c2a9

Please sign in to comment.