diff --git a/src/app/modules/admin/docs/changelog/changelog.ts b/src/app/modules/admin/docs/changelog/changelog.ts index 9e87a6d5..833cd81d 100644 --- a/src/app/modules/admin/docs/changelog/changelog.ts +++ b/src/app/modules/admin/docs/changelog/changelog.ts @@ -32,7 +32,8 @@ export class ChangelogComponent '(dependencies) Updated various other packages', '(global) Replace @import with @use in scss files', '(global) Replaced linked buttons with a tags + removed unnecessary routerLink attributes from some buttons', - '(global) Replaced iconsmind icons with heroicons and removed the iconsmind because of the bundle size concerns', + '(global) BREAKING: Replaced iconsmind icons with heroicons and removed the iconsmind because of the bundle size concerns', + '(global) Replaced "FormBuilder" and "FormGroup" types with "UntypedFormBuilder" and "UntypedFormGroup"', '(FuseDrawer) Updated the overlay and animation handling code for better stability', '(@fuse/overrides/quill) Better scrolling for Quill editor', '(auth) Made the renewing token on "sign-in-with-token" process an optional step to simplify the login process',