> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/changelog/december-2025/december-19th.md).

# December 19th

**Changelog released on 2025-12-19**

Welcome to the latest release. Conditions on business rules with a timed trigger no longer causes the business rule to fail, and bulk updates of non-ListAttributes no longer throw errors when selecting the attribute.

## Bug

1. **Bulk updating a non-ListAttribute throws an error when choosing the attribute:** When choosing the attribute to bulk update a visual error was thrown. This is now fixed.\
   (SP-2039)
2. **Conditions on business rules with timed trigger causes it to fail:** Time triggered business rules containing conditions would fail when executing. This has been fixed and time triggered business rules once again work as expected.\
   (SP-2045)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.struct.com/changelog/december-2025/december-19th.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
