Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
j256 committed Jun 23, 2021
1 parent d8535de commit d78ff65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ISC License (https://opensource.org/licenses/ISC)

Copyright 2019, Gray Watson
Copyright 2021, Gray Watson

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
4 changes: 3 additions & 1 deletion src/main/javadoc/doc-files/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
5.6: 6/22/2021
* CORE: Added support for @Entity storing of Serializable types. Thanks to arn-cpu.
* CORE: Fixed a bug with nonreentrant handling of DateFormat. Thanks to Bob Lacatena.
* CORE: Fixed a bug with nonreentrant handling of DateFormat with the string date types. Thanks to Bob Lacatena.
* ANDROID: Removed the reflection hack support for pre-ice-cream-sandwich annotation performance.

5.5: 5/23/2021
Expand Down Expand Up @@ -121,6 +121,8 @@
* ANDROID: Fixed possible problem with queryForFirst() and improper LIMIT implementation.
* ANDROID: Removed deprecated methods: OpenHelperManager.release(), AndroidDatabaseResults(Cursor, boolean, ObjectCache).

------------------------------------------------------------------------------------------------------------------------

4.48: 12/16/2013
* CORE: Added support for tracking direct database connection activity with DatabaseConnectionProxy.
* CORE: Fixed problem when inserting no columns to Sqlite (Android), other DBs. Thanks to Michael Weimann. Bug #155.
Expand Down

0 comments on commit d78ff65

Please sign in to comment.