Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
allt0ld committed Aug 24, 2023
1 parent 3727b66 commit bf6d149
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions changelog.d/20230824_175938_philiplu97_fix_deprecations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.. A new scriv changelog fragment.
..
.. Uncomment the header that is right (remove the leading dots).
..
.. Removed
.. -------
..
.. - A bullet item for the Removed category.
..
Added
-----

- Utils now has get_event_loop to access the event loop, which deprecates asyncio.get_event_loop.

Changed
-------

- In curvesim.network.nomics, curvesim.network.utils, and curvesim.pool_data.queries, all instances of
asyncio.get_event_loop were replaced with get_event_loop imported from curvesim.utils.

- Updated deprecated license_file parameter to license_files in setup.cfg.

.. Deprecated
.. ----------
..
.. - A bullet item for the Deprecated category.
..
.. Fixed
.. -----
..
.. - A bullet item for the Fixed category.
..
.. Security
.. --------
..
.. - A bullet item for the Security category.
..

0 comments on commit bf6d149

Please sign in to comment.