Skip to content

Commit

Permalink
move new module to the end of changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Jan 24, 2024
1 parent 6377c13 commit a171f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* jdbc: introduced db.insertBatch()
* jdbc: deprecated Entity interface (UUID-based), which can be replaced with BaseEntity<UUID>
* jdbc: support SqlComputed with other operators, e.g. `where = "date" lte SqlComputed("currrent_date")`
* oauth: new experimental OAuth 2.0 login module
* server: added path to annotated(), to make paths more visible in one place
* server: make a few more Server properties public (sessionStore, notFoundHandler, etc)
* server: bugfix after 1.6.0: wrap notFoundHandler correctly to produce correct 404 response
* server: NotFoundRoute introduced to be easily distinguishable from normal routes
* oauth: new experimental OAuth 2.0 login module

# 1.6.3
* server: added support for SSE (Server-Side Events) to `HttpExchange`
Expand Down

0 comments on commit a171f55

Please sign in to comment.