Skip to content

Commit f159493

Browse files
ThiloteEsubhramit
andauthored
Add fixed IndexOutOfBoundsException to CHANGELOG.md (#14128)
* Add fixed IndexOutOfBoundsException to CHANGELOG.md closes #8012 closes #12815 closes #8217 Not sure, what commit exactly fixed all these issues, but since they have been very annoying to users, I think it's something worth mentioning in the changelog that they seem to be gone. Successful commits could be found via [Git-bisect](https://git-scm.com/docs/git-bisect) JabRef has become better and the 6.0 release is something to look forward to! * Apply review comment Co-authored-by: Subhramit Basu <[email protected]> * Add #8281 --------- Co-authored-by: Subhramit Basu <[email protected]>
1 parent 680bdef commit f159493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
158158
- We fixed an issue where the "Applications to push entries to" list in the preferences was not sorted alphabetically. [#14058](https://github.com/JabRef/jabref/issues/14058)
159159
- We fixed an issue where notice text in AI chat was not automatically refreshed when the user changed preferences.[#13855](https://github.com/JabRef/jabref/issues/13855)
160160
- We fixed an issue where the user could add custom entry types with spaces in their names. [#14088](https://github.com/JabRef/jabref/issues/14088)
161+
- We fixed various issues that triggered `IndexOutOfBoundsException`s, when editing entries. [#8012](https://github.com/JabRef/jabref/issues/8012), [#8826](https://github.com/JabRef/jabref/issues/8826), [#8217](https://github.com/JabRef/jabref/issues/8217), [#8281](https://github.com/JabRef/jabref/issues/8281)
161162

162163
### Removed
163164

0 commit comments

Comments
 (0)