# Changelog All notable changes to the Lab will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Changed - **Anchor Stability Enhancements**: Improved the accuracy and stability of temporal anchors, especially in environments with fluctuating quantum states. The `/set-anchor` endpoint now includes an optional `stability_check` parameter. - **Event Manipulation Response Format**: The response format for `/manipulate-event` has been updated to include more detailed information about the new event, including a timestamp and status of the manipulation. - **Improved Error Handling**: Enhanced error messages across all endpoints, providing more detailed explanations and suggestions for troubleshooting common issues. ## [1.2.0] - 2024-08-15 ### Added - **Multi-Timeline Support**: Introduced the ability to create, manage, and merge multiple timelines. The `/timelines` and `/merge-timelines` endpoints have been added to facilitate these operations. - **Automated Event Scripting**: Added a new scripting engine that allows users to automate event manipulations based on specific conditions. Scripts can be created and managed via the `/scripts` endpoint.