Skip to content

Commit

Permalink
. preparing for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andi committed Aug 17, 2019
1 parent 1acadab commit 358816c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.1.0

* Delay rails6 initialization using on_load (getting rid of deprecation warnings in rails 6). Credits to Markus Benning.
* Fix link to wiki in README. Thanks to Greg Molnar.
* Fix uninitialized variable `@dom_attributes` warning. Credits to Johan Tell.
* Fixed tests for rails 5x. Credits to Eugene Gavrilov.


## 4.0.5

* Fix #188 Blank url and highligh_on_subpath = true causes error. Credits to Tristan Harmer (gondalez) and Ilia Pozhilov (ilyapoz).
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_navigation/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleNavigation
VERSION = '4.0.5'
VERSION = '4.1.0'
end

0 comments on commit 358816c

Please sign in to comment.