File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ Nil-guard potential bar data, ref #17
9
+
10
+ ## [ 6.3.1] - Unreleased
11
+
12
+ ### Changed
13
+ - Optimize ExperiencerModuleBarsMixin: TriggerBufferedUpdate .
14
+
15
+ ### Fixed
16
+ - Safeguard reputation GetBarData being nil (fixes [ #17 ] ( https://github.com/DJScias/Experiencer2/issues/17 ) ).
17
+
8
18
## [ 6.3.0] - 2024-09-22
9
19
10
20
### Added
@@ -16,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
26
- Fall clean-up, a lot of code has been rewritten and optimized. In most cases, this should have no noticeable end-user changes.
17
27
18
28
### Fixed
19
- - Safeguard GetFactionInfoByName (previously GetFactionIDByName) factionData being nil (fixes [ #16 ] ( https://github.com/DJScias/Experiencer2/issues/16 ) ).
29
+ - Safeguard GetFactionInfoByName (previously GetFactionIDByName) factionData being nil (fixes [ #16 ] ( https://github.com/DJScias/Experiencer2/issues/16 ) ).
20
30
21
31
## [ 6.2.1] - 2024-09-10
22
32
You can’t perform that action at this time.
0 commit comments