You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
----
9
+
10
+
## [2.7.0] => 2020-SEP-14
11
+
12
+
### Added
13
+
14
+
* Contributed module rules are now pre-pended instead of appended. (@wpdebruin)
15
+
16
+
17
+
### Fixed
18
+
19
+
* Not loading rules by source file detection due to invalid setting check
20
+
* Don't trigger ColdBox's invalid event looping protection. It also auto-senses between ColdBox 6 and 5 (@homestar9)
21
+
* Fixed token scopes according to JWT spec, it is called `scope` and it is a space separated list. This doesn't change the User interface for it. (@wpdebruin)
22
+
* Update token storages so no token rejection anymore when storage is not enabled. (@wpdebruin)
0 commit comments