Skip to content

Commit

Permalink
Note breaking change: boost::shared_ptr -> std::shared_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprock committed Jun 24, 2024
1 parent 02e8087 commit ec5f082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,7 @@ For regular use you'll want to export the PYTHONPATH variable to your
shell:

export PYTHONPATH=~/git/pokerstove/build/python/pokerstove/

# Breaking changes

Version 1.2 will migrate from boost::shared_ptr to std::shared_ptr, breaking API compatibility.

0 comments on commit ec5f082

Please sign in to comment.