Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Note that the main reason for this is to allow the constants to
to be loaded in separate classloaders. However, it also has the
benefit of making the constant path look more like Ruby, though
jamming multiple names together in one module (e.g.
Java::ComIbmDb2Jcc::DB2Driver for com.ibm.db2.jcc.DB2Driver)
looks odd.
  • Loading branch information
jeremyevans committed Oct 27, 2024
1 parent bba3e40 commit e566408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
=== master

* Use Ruby module naming instead of Java package naming for access to Java libraries in the jdbc adapters (kalenp) (#2235, #2236)

* Make schema_dumper extension format options similar to Hash#inspect on Ruby 3.4+ (jeremyevans)

* Avoid deprecation warnings on Ruby 3.4.0-preview2 (jeremyevans)
Expand Down

0 comments on commit e566408

Please sign in to comment.