Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Mention config in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorGriffin37 committed May 25, 2021
1 parent 3a12252 commit 1422c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Roact Changelog

## Unreleased Changes
* Fixed a bug where the Roact tree could get into a broken state when processing changes to child instances outside the standard lifecycle. ([#301](https://github.com/Roblox/roact/pull/301))
* Fixed a bug where the Roact tree could get into a broken state when processing changes to child instances outside the standard lifecycle.
This change is behind the config value tempFixUpdateChildrenReEntrancy ([#301](https://github.com/Roblox/roact/pull/301))
* Added color schemes for documentation based on user preference ([#290](https://github.com/Roblox/roact/pull/290)).
* Fixed stack trace level when throwing an error in `createReconciler` ([#297](https://github.com/Roblox/roact/pull/297)).
* Optimized the memory usage of 'createSignal' implementation. ([#304](https://github.com/Roblox/roact/pull/304))
Expand Down

0 comments on commit 1422c09

Please sign in to comment.