===== 6.1.0 (2022-03-08) =====
* Adjust the server-side interface of Os_session.disconnect_all

===== 4.0.0 (2021-01-13) =====
* BREAKING CHANGE Os_tips: change the type of 'onclose'

===== 2.13.0 (2019-12-20) =====
* Os_tips: add unset_tip_seen

===== 2.11.0 (2019-12-10) =====
* Os_tips: add ?onclose parameter
* Os_connect_phone: function to confirm a code without performing a sign-up

===== 2.8.0 (2019-11-15) =====
* restart app after disconnecting all my sessions
* add "disconnect all sessions" button in parameters page

===== 2.7.0 (2019-10-17) =====
* Os_date.now: Make it possible to specify the timezone server side
* Request cache: use cache only if during a request
* compatibility with resource-pooling.1.0

===== 2.4.0 (2019-09-09) =====

* improved email error handling

===== 2.3.0 (2019-08-16) =====

* User connection: more detailed explanation of failed login

===== 2.2.0 (2019-07-17) =====

* implement Os_fcm_notif with Cohttp APIs

===== 2.0.0 (2019-07-09) =====

* rework scheduling of handlers for functions in Os_session:
  on_start_(un)connected_process, on_start_process

===== 1.8.0 (2019-06-28) =====
* change version of Sdk from 16 to 19
* Os_notif: fix race condition during initialisation
* Ot_pulltorefresh demo

===== 1.7.0 (2019-04-25) =====
* compatibility with js_of_ocaml.3.4.0

===== 1.6.0 (2019-03-29) =====
* use PPX syntax for PGOCaml code
* remove deprecation warnings
* better SMS activation codes

===== 1.5.0 (2019-01-17) =====

* Os_tips: cancel all scheduled tips on page change
* Android push notifications: support setting channel IDs

===== 1.4.0 (2019-01-14) =====

* small fixes in the template and the documentation
* Add function Os_tips.tip_seen

===== 1.3.0 (2018-12-26) =====

* Os_tips: additional features
* change Bs_lib.reload to replace the current page

===== 1.2.0 (2018-12-19) =====

* Correct time zone handling (taking into account DST)
* Improve and fix Android build instructions
* Os_core_db: rollback if begin_work fails
* rely on the resource-pooling package instead of Lwt_pool
* Make sure users.main_email is synchronized with emails.email

===== 1.1 (2018-03-09) =====

* Compatibility with Eliom 6.3 and OCaml 4.06
* Demo for Eliom's DOM caching
* Registration by phone number
* Various small fixes and improvements

===== 1.0 (2017-02-08) =====

* Initial stable version
* Various bugfixes over 0.99

===== 0.99 (2016-12-12) =====

* Initial public version
