Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jan 18, 2024
1 parent 6b79ac1 commit ff95709
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Version 1.3.4 (unreleased)

## 💫 Improvements

- Update SQLAlchemy 1.3 to 1.4
- Compatible with GeoNature 2.14 (develop)

## 🐛 Bug Fixes

- list in prefilters must now be separeted by a pipe ("|") instead of a comma (";"). This change is due to the new version of Flask (3.0.x) which split
parameters using both commas and ampersand ("&")

0 comments on commit ff95709

Please sign in to comment.