Skip to content

Commit

Permalink
docs: add changelog for version X.X.X
Browse files Browse the repository at this point in the history
- Add a new feature to allow program list with all taxref
- WIP: need to precise version number

Reviewed-by: andriacap
  • Loading branch information
andriacap committed Jan 2, 2025
1 parent 773d397 commit 18dad28
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# CHANGELOG

## [x.x.x](Lien vers le tag) next - 202x-xx-xx

### 🚀 Main new features

* Allow using all taxref in program list taxhub (#327, #422)
* Compatibility with TaxHub V2
* Research observations in the program are now based on observed
* If no photo is added to observation and an image is added to taxa in taxhub, then this image is displayed on the Congrats popup
* Observation name displayed in program list observations is set based on this "preferred order"
* 'nom_francais'
* 'taxref.nom_vern'
* 'taxref.nom_valide'
* 'taxref.nom_complet'
* 'taxref.lb_nom'
* 'taxref.cd_nom'

### Development

* Add calls to two API routes taxhub in order to get media types and bibattribut.
* Add component taxonomy-research which calls `allnamebylist` taxhub API route in Form Observation Program
* Remove list taxhub from cache backend

### Release note

* If you install citizen or update citizen to this version, you need TaxHub version 2.0.0 minimum.


## 1.2.0-dev - 202x-xx-xx

### Main new features
Expand Down

0 comments on commit 18dad28

Please sign in to comment.