Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Dec 11, 2024
1 parent 722e88b commit 0a4c37c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This project attempts to follow [Semantic Versioning](https://semver.org) and uses [Keep-a-Changelog formatting](https://keepachangelog.com/en/1.0.0/). But I make mistakes sometimes.

## [3.7.0] - 2024-12-10

### Added

- **StateBuilder** and **SegmentProps**: A new parameter for segment properties will create columns with a random number for you in a segment property, useful for sampling large lists of ids in neuroglancer.
- **StateBuilder**: Made it so that `site_utils` configuration can be accessed from `statebuilder.site_utils` instead of needing a separate import.

### Fixed

- **StateBuilder**: Updated helpers to be compatible with new site_utils functionality.

## [3.6.2] - 2024-11-22

### Fixed
Expand Down

0 comments on commit 0a4c37c

Please sign in to comment.