Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge tag '2.10.0' into develop
Browse files Browse the repository at this point in the history
2.10.0
  • Loading branch information
jwalgran committed Aug 23, 2019
2 parents 1c11825 + eaf209f commit 07571a1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Add vector tile ADR [#723](https://github.com/open-apparel-registry/open-apparel-registry/pull/723)
- Add contributor and mailing list admin reports and the ability to download admin reports [#726](https://github.com/open-apparel-registry/open-apparel-registry/pull/726)
- Create `/tile` endpoint to return all facilities as vector tiles, along with React components for displaying the vector tiles [#730](https://github.com/open-apparel-registry/open-apparel-registry/pull/730)

### Changed

### Deprecated

### Removed

### Fixed

## [2.10.0] - 2019-08-22
### Added
- Add vector tile ADR [#723](https://github.com/open-apparel-registry/open-apparel-registry/pull/723)
- Add contributor and mailing list admin reports and the ability to download admin reports [#726](https://github.com/open-apparel-registry/open-apparel-registry/pull/726)
- Create `/tile` endpoint to return all facilities as vector tiles, along with React components for displaying the vector tiles [#730](https://github.com/open-apparel-registry/open-apparel-registry/pull/730)

### Fixed
- Restore django-waffle admin pages [#732](https://github.com/open-apparel-registry/open-apparel-registry/pull/732)
- Prevent map crash by not using strict equality when comparing point coordinates [#737](https://github.com/open-apparel-registry/open-apparel-registry/pull/737)
- Fix map marker anchor location [#745](https://github.com/open-apparel-registry/open-apparel-registry/pull/745)

### Security

## [2.9.0] - 2019-08-07
### Added
- Add admin reports [#709](https://github.com/open-apparel-registry/open-apparel-registry/pull/709)
Expand Down Expand Up @@ -199,7 +202,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release.

[Unreleased]: https://github.com/open-apparel-registry/open-apparel-registry/compare/2.9.0...HEAD
[Unreleased]: https://github.com/open-apparel-registry/open-apparel-registry/compare/2.10.0...HEAD
[2.10.0]: https://github.com/open-apparel-registry/open-apparel-registry/releases/tag/2.10.0
[2.9.0]: https://github.com/open-apparel-registry/open-apparel-registry/releases/tag/2.9.0
[2.8.0]: https://github.com/open-apparel-registry/open-apparel-registry/releases/tag/2.8.0
[2.7.0]: https://github.com/open-apparel-registry/open-apparel-registry/releases/tag/2.7.0
Expand Down

0 comments on commit 07571a1

Please sign in to comment.