Skip to content

Commit a390969

Browse files
committed
Update CHANGELOG.md
1 parent f174650 commit a390969

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
818
## [6.3.0] - 2024-09-22
919

1020
### Added
@@ -16,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1626
- Fall clean-up, a lot of code has been rewritten and optimized. In most cases, this should have no noticeable end-user changes.
1727

1828
### 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)).
2030

2131
## [6.2.1] - 2024-09-10
2232

0 commit comments

Comments
 (0)