@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v2.19.0] - 2024-07-11
9
+ ### Changed
10
+ - ` Literate.markdown ` , ` Literate.notebook ` , and ` Literate.script ` are marked as ` public ` in
11
+ Julia version that support the ` public ` keyword. ([ #248 ] )
12
+
8
13
## [ v2.18.0] - 2024-04-17
9
14
### Added
10
15
- Literate will now remove
@@ -267,6 +272,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
267
272
[ v2.16.1 ] : https://github.com/fredrikekre/Literate.jl/releases/tag/v2.16.1
268
273
[ v2.17.0 ] : https://github.com/fredrikekre/Literate.jl/releases/tag/v2.17.0
269
274
[ v2.18.0 ] : https://github.com/fredrikekre/Literate.jl/releases/tag/v2.18.0
275
+ [ v2.19.0 ] : https://github.com/fredrikekre/Literate.jl/releases/tag/v2.19.0
270
276
[ #116 ] : https://github.com/fredrikekre/Literate.jl/issues/116
271
277
[ #144 ] : https://github.com/fredrikekre/Literate.jl/issues/144
272
278
[ #145 ] : https://github.com/fredrikekre/Literate.jl/issues/145
@@ -312,6 +318,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
312
318
[ #230 ] : https://github.com/fredrikekre/Literate.jl/issues/230
313
319
[ #233 ] : https://github.com/fredrikekre/Literate.jl/issues/233
314
320
[ #245 ] : https://github.com/fredrikekre/Literate.jl/issues/245
321
+ [ #248 ] : https://github.com/fredrikekre/Literate.jl/issues/248
315
322
[ 0872a96 ] : https://github.com/fredrikekre/Literate.jl/commit/0872a96
316
323
[ 0f9e836 ] : https://github.com/fredrikekre/Literate.jl/commit/0f9e836
317
324
[ 1d02868 ] : https://github.com/fredrikekre/Literate.jl/commit/1d02868
0 commit comments